mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 09:14:58 +00:00
Revert "Browser: Allow system shortcuts to function"
This reverts commit2e8ff1855c
. We had some awkward timing around the merging of this commit and commitb073fdd570
. With both commits in tree, we are now processing hotkey activations twice. For example, ctrl+t will open 2 tabs.
This commit is contained in:
parent
a099d0e140
commit
d392375a08
1 changed files with 0 additions and 4 deletions
|
@ -718,10 +718,6 @@ void BrowserWindow::event(Core::Event& event)
|
|||
case GUI::Event::Resize:
|
||||
broadcast_window_size(static_cast<GUI::ResizeEvent&>(event).size());
|
||||
break;
|
||||
case GUI::Event::KeyDown:
|
||||
// FIXME: add support for hotkeys *within* ladybird
|
||||
event.ignore();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue