mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Keyboard shortcut to raise the dock
This patch adds the DockRaiseLowerKey shortcut, which raises/lowers the dock depending on whether the dock is lowered/raised. [crmafra: Reformatted Brad's patch against git repo and removed the DockRaiseKey and DockLowerKey shortcuts ]
This commit is contained in:
committed by
Carlos R. Mafra
parent
7ef8178d2a
commit
b6689a0108
@@ -559,6 +559,8 @@ WDefaultEntry optionList[] = {
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"WindowMenuKey", "None", (void *)WKBD_WINDOWMENU,
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"DockRaiseLowerKey", "None", (void*)WKBD_DOCKRAISELOWER,
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"ClipLowerKey", "None", (void *)WKBD_CLIPLOWER,
|
||||
NULL, getKeybind, setKeyGrab},
|
||||
{"ClipRaiseKey", "None", (void *)WKBD_CLIPRAISE,
|
||||
|
||||
Reference in New Issue
Block a user