mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
Add default keybind super-d for ToggleShowDesktop
This commit is contained in:
parent
bce14a5ad7
commit
151acae28a
4 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ static struct key_combos {
|
|||
}, {
|
||||
.binding = "W-a",
|
||||
.action = "ToggleMaximize",
|
||||
}, {
|
||||
.binding = "W-d",
|
||||
.action = "ToggleShowDesktop",
|
||||
}, {
|
||||
.binding = "W-Left",
|
||||
.action = "SnapToEdge",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue