1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:27:45 +00:00

WindowServer: Remove keyboard shortcut for toggling the system menu

100% of the time I activated this shortcut, I did not want to activate
this shortcut.
This commit is contained in:
Andreas Kling 2020-06-01 19:23:35 +02:00
parent 8766e49a7c
commit 29029568ee
3 changed files with 0 additions and 26 deletions

View file

@ -259,8 +259,6 @@ private:
Gfx::Point m_resize_origin;
ResizeDirection m_resize_direction { ResizeDirection::None };
bool m_moved_or_resized_since_logo_keydown { false };
u8 m_keyboard_modifiers { 0 };
WindowSwitcher m_switcher;