Otter-shell · #51
Accept numpad 8,4,6,2 keys as arrow keys when numlock is off espescially in otter-term
in gnome and kde when numlock is active or inactive i cant precisely remeber the buttons mentioned act like arrow buttons in their apps, this is especially important for me as my laptop arrow keys are extremely small, fragile, and loose, so i much rather use the numpad keys
Discussion
Sign in with Discord to comment.
PikaOS Projects
when numlock is off* and yes i also want this for the same reason xD
ig it would make sense to support all numpad actions not just arrows, page up and down, home and end, insert and delete.
Implemented and pushed in otter-term commit 0750a90. With NumLock off, keypad 8/4/6/2 now encode Up/Left/Right/Down; 7/1 encode Home/End; 9/3 encode Page Up/Page Down; 0/decimal encode Insert/Delete. NumLock-on keypad behavior is unchanged. Added regression coverage for all mappings and verified ReleaseFast tests plus app build.
In the feature any thing the would be binded to arrow keys should also be bound to numlock, such as a otter wide keyboard navigation system.