LPHK
LPHK copied to clipboard
How to bind numeric keys?
Hi @nimaid
I was wondering if there is a way to map numeric keys. If i do a @simple 4, the 4 on the normal keyboard will be pressed, but I can find the way to press 4 on the numeric block of the keyboard.
Best regards Rasti
According to utils/GET_KEYCODES.py, both numeric keypad and the regular number row give the same keycode for "4", which is "5". What is software are you trying to use that can tell the difference?
@rastitkac Could you please let me know which programs were giving you issues about the numeric keypad if any. Otherwise, I'll close this issue in about a week. Please join the DIscord for simple questions like this.
Closing this issue due to lack of response. Please seek further help on the Discord.
I just realized that, yes, they use different keycodes, but the keyboard
library treats all number keys the same! I have added a todo item to switch over to pyautogui
, which differentiates between them, and has more features.
Is this still an issue?