We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a311e0 commit 4464bc1Copy full SHA for 4464bc1
1 file changed
modules/desktop/wm/labwc/rc.xml
@@ -15,11 +15,6 @@
15
<keyboard>
16
<default />
17
18
- <!-- Keyboard layout: Spanish Latin America -->
19
- <keybind key="XF86_Switch_VT_1">
20
- <action name="SwitchVT"><vt>1</vt></action>
21
- </keybind>
22
-
23
<!-- Windows 95 style keybindings -->
24
25
<!-- Alt+F4 - Close window -->
@@ -50,9 +45,9 @@
50
45
<action name="PreviousWindow"/>
51
46
</keybind>
52
47
53
- <!-- Super+D - Show desktop -->
48
+ <!-- Super+D - Minimize window (closest to "Show Desktop") -->
54
49
<keybind key="W-d">
55
- <action name="ToggleShowDesktop"/>
+ <action name="Iconify"/>
56
57
58
<!-- Super+F - Fullscreen -->
0 commit comments