phil294 / AHK_X11

AutoHotkey for Linux (X11-based systems)
GNU General Public License v2.0
770 stars 11 forks source link

Numpad number keys and dot do not work as hotkeys (Numlock on) #52

Closed davidhfo closed 11 months ago

davidhfo commented 11 months ago

Using Numpad0Numpad9 as hotkey: Seems to trigger hotkey, but there is no output visible.

NumpadDot: Does not trigger hotkey. A period appears on the screen.

Using the same buttons to trigger hotkeys but with Numlock off setting work fine (NumpadIns, NumpadEnd, NumpadDel, etc.).

The following Numpad keys are unaffected: NumpadDiv - the slash key NumpadMult - the asterisk key NumpadAdd - the plus key NumpadSub - the minus key NumpadEnter - the Enter key

Solus 4.4, Plasma edition

phil294 commented 11 months ago

thanks for the report! everything should now work as expected with v1.0.2, except NumpadDot always prints a dot for me for some reason so it can't be "grabbed" properly. Not quite sure why