Added some alternative key bindings to the keypad for "stretch"

commands, because the keypad numerical values no longer work
regardless of the setting of Num Lock.  The keypad arrow keys
alone implement "move", while Shift + keypad arrow keys
implement "stretch".
This commit is contained in:
R. Timothy Edwards 2025-05-22 08:47:03 -04:00
parent f1f4b82a30
commit 5ecc55b37d
2 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
8.3.527
8.3.528

View File

@ -147,11 +147,15 @@ macro XK_KP_End "move sw 1"
macro XK_KP_Down "move d 1"
macro XK_KP_2 "stretch d 1"
macro Shift_XK_KP_2 "stretch d 1"
macro Shift_XK_KP_Down "stretch d 1"
macro Control_XK_KP_Down "stretch d 1i"
macro XK_2 "stretch d 1"
macro XK_KP_Next "move se 1"
macro XK_KP_Left "move l 1"
macro XK_KP_4 "stretch l 1"
macro Shift_XK_KP_4 "stretch l 1"
macro Shift_XK_KP_Left "stretch l 1"
macro Control_XK_KP_Left "stretch l 1i"
macro XK_4 "stretch l 1"
macro XK_KP_Begin "findbox zoom"
macro XK_KP_5 "findbox"
@ -160,11 +164,15 @@ macro XK_5 "findbox"
macro XK_KP_Right "move r 1"
macro XK_KP_6 "stretch r 1"
macro Shift_XK_KP_6 "stretch r 1"
macro Shift_XK_KP_Right "stretch r 1"
macro Control_XK_KP_Right "stretch r 1i"
macro XK_6 "stretch r 1"
macro XK_KP_Home "move nw 1"
macro XK_KP_Up "move u 1"
macro XK_KP_8 "stretch u 1"
macro Shift_XK_KP_8 "stretch u 1"
macro Shift_XK_KP_Up "stretch u 1"
macro Control_XK_KP_Up "stretch u 1i"
macro XK_8 "stretch u 1"
macro XK_KP_Prior "move ne 1"
# Scroll wheel bindings