mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-30 18:32:34 +01:00
WPrefs: update maximization feature descriptions
Align the old maximization descriptions to the new visual indicator names. The internal shortcut names had also been updated, meaning a reconfiguration of the shortcuts in WPrefs is required.
This commit is contained in:
committed by
Carlos R. Mafra
parent
258ffc8b97
commit
23471b2e21
@@ -662,13 +662,13 @@ WDefaultEntry optionList[] = {
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"BHMaximizeKey", "None", (void*)WKBD_BHMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"LTCMaximizeKey", "None", (void*)WKBD_LTCMAXIMIZE,
|
||||
{"TLCMaximizeKey", "None", (void*)WKBD_LTCMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"RTCMaximizeKey", "None", (void*)WKBD_RTCMAXIMIZE,
|
||||
{"TRCMaximizeKey", "None", (void*)WKBD_RTCMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"LBCMaximizeKey", "None", (void*)WKBD_LBCMAXIMIZE,
|
||||
{"BLCMaximizeKey", "None", (void*)WKBD_LBCMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"RBCMaximizeKey", "None", (void*)WKBD_RBCMAXIMIZE,
|
||||
{"BRCMaximizeKey", "None", (void*)WKBD_RBCMAXIMIZE,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
{"MaximusKey", "None", (void*)WKBD_MAXIMUS,
|
||||
NULL, getKeybind, setKeyGrab, NULL, NULL},
|
||||
|
||||
Reference in New Issue
Block a user