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
558537d3aa
4 changed files with 8 additions and 0 deletions
|
|
@ -279,6 +279,9 @@
|
|||
<keybind key="W-a">
|
||||
<action name="ToggleMaximize" />
|
||||
</keybind>
|
||||
<keybind key="W-d">
|
||||
<action name="ToggleShowDesktop" />
|
||||
</keybind>
|
||||
<keybind key="W-Left">
|
||||
<action name="SnapToEdge" direction="left" combine="yes" />
|
||||
</keybind>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue