mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 23:42:17 +00:00
Taskbar+Desktop: Add super+D keyboard shortcut
This shortcut has the same effect as pressing the "Show Desktop" button in the taskbar. This shortcut already exists in Windows.
This commit is contained in:
parent
12682f0bcc
commit
5a3321b899
Notes:
sideshowbarker
2024-07-17 10:32:45 +09:00
Author: https://github.com/iCristalrope
Commit: 5a3321b899
Pull-request: https://github.com/SerenityOS/serenity/pull/14164
7 changed files with 38 additions and 0 deletions
|
@ -187,6 +187,7 @@ public:
|
|||
void tell_wms_applet_area_size_changed(Gfx::IntSize const&);
|
||||
void tell_wms_super_key_pressed();
|
||||
void tell_wms_super_space_key_pressed();
|
||||
void tell_wms_super_d_key_pressed();
|
||||
void tell_wms_super_digit_key_pressed(u8);
|
||||
void tell_wms_current_window_stack_changed();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue