moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.74k stars 244 forks source link

Does not recognise '5' on numeric keypad #546

Closed marko-pi closed 1 year ago

marko-pi commented 1 year ago

For a key '5' on the numeric keypad, pynput.keyboard returns 65437, regardless of whether NumLock is locked or unlocked.

I used your example code (https://pynput.readthedocs.io/en/latest/keyboard.html).

The platform is Raspberry Pi, Python version 3.9.2, pynput version 1.7.6.

ajwalkiewicz commented 1 year ago

I believe that this issue was already recognized here: https://github.com/moses-palmer/pynput/issues/530

marko-pi commented 1 year ago

You are right. Should I close the issue?