moses-palmer / pynput

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

Update _win32.py with defined but un-referenced win32 function keys F21-F24. #339

Closed daveatkinson closed 3 years ago

daveatkinson commented 3 years ago

Include defined but un-referenced win32 function keys F21-F24.

The virtual keycodes for F keys F21 to F24 are defined in win32_vks.py, but the associated key codes are not generated in _win32.py. I have a USB device that generates F23 and F24, so it would be really useful for me to have these codes in the released version of pynput ;-).