mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-31 19:12:32 +01:00
wmaker: Add keyboard shortcuts for keeping window on top or at bottom.
This closes Debian bug #306808 [1]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=306808
This commit is contained in:
committed by
Carlos R. Mafra
parent
65802d3402
commit
563cda28d3
@@ -684,6 +684,10 @@ WDefaultEntry optionList[] = {
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"MaximusKey", "None", (void*)WKBD_MAXIMUS,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"KeepOnTopKey", "None", (void *)WKBD_KEEP_ON_TOP,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"KeepAtBottomKey", "None", (void *)WKBD_KEEP_AT_BOTTOM,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"OmnipresentKey", "None", (void *)WKBD_OMNIPRESENT,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"RaiseKey", "\"Meta+Up\"", (void *)WKBD_RAISE,
|
||||
|
||||
Reference in New Issue
Block a user