mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
WindowManager: Make the Logo key open the system menu
This commit is contained in:
parent
c51209a06a
commit
7ee6c66ee9
Notes:
sideshowbarker
2024-07-18 22:14:06 +09:00
Author: https://github.com/boricj
Commit: 7ee6c66ee9
Pull-request: https://github.com/SerenityOS/serenity/pull/5129
2 changed files with 19 additions and 0 deletions
|
|
@ -353,6 +353,8 @@ private:
|
|||
String m_dnd_text;
|
||||
RefPtr<Core::MimeData> m_dnd_mime_data;
|
||||
RefPtr<Gfx::Bitmap> m_dnd_bitmap;
|
||||
|
||||
bool m_previous_event_is_key_down_logo { false };
|
||||
};
|
||||
|
||||
template<typename Callback>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue