mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:37:35 +00:00
LibGUI+WindowServer: Flash menubar menu when using a keyboard shortcut
Briefly flash the menubar menu containing the keyboard shortcut action to give the user immediate visual feedback on their interaction with the system.
This commit is contained in:
parent
ed0f4bdfaf
commit
6c049ea4c4
11 changed files with 88 additions and 1 deletions
|
@ -48,6 +48,7 @@ public:
|
|||
bool is_default() const { return m_default; }
|
||||
void set_default(bool);
|
||||
|
||||
int menu_id() const { return m_menu_id; }
|
||||
void set_menu_id(Badge<Menu>, unsigned menu_id);
|
||||
void set_identifier(Badge<Menu>, unsigned identifier);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue