Numpad bindings? #673
-
Is it possible to specify bindings for numpad keys that are separate from the number row keys? example: alt-2 = "workspace 2"
alt-num2 = "move down" # or whatever notation would reference 2 on a keyboard's numpad |
Beta Was this translation helpful? Give feedback.
Answered by
RogWilco
Nov 7, 2024
Replies: 1 comment
-
Ah nevermind, figured it out. For reference, just prefix a number with "keypad" like this: alt-keypad8 = "move up"
alt-keypad2 = "move down"
alt-keypad4 = "move left"
alt-keypad6 = "move right" |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RogWilco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah nevermind, figured it out. For reference, just prefix a number with "keypad" like this: