mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Made ARROWLESS_KBD a preference.
Replace the ARROWLESS_KBD #define with the ViKeyMenus preference. When ViKeyMenus is TRUE, users can type h/j/k/l to scroll around menus. Since ARROWLESS_KBD was previously undefined by default, ViKeyMenus is FALSE by default.
This commit is contained in:
committed by
Carlos R. Mafra
parent
8f724f65aa
commit
8d7c725b7b
@@ -391,6 +391,8 @@ WDefaultEntry optionList[] = {
|
||||
&wPreferences.dblclick_time, getInt, setDoubleClick, NULL, NULL},
|
||||
{"AlignSubmenus", "NO", NULL,
|
||||
&wPreferences.align_menus, getBool, NULL, NULL, NULL},
|
||||
{"ViKeyMenus", "NO", NULL,
|
||||
&wPreferences.vi_key_menus, getBool, NULL, NULL, NULL},
|
||||
{"OpenTransientOnOwnerWorkspace", "NO", NULL,
|
||||
&wPreferences.open_transients_with_parent, getBool, NULL, NULL, NULL},
|
||||
{"WindowPlacement", "auto", sePlacements,
|
||||
|
||||
Reference in New Issue
Block a user