moses-palmer / pynput

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

Python 3.9.6 Support #398

Closed eric15342335 closed 3 years ago

moses-palmer commented 3 years ago

Thank you for your report.

I do not think this is related to changes in Python. Has your example ever worked? As far as I know, V has never been a Key enumeration value for any platform.

Perhaps you meant to write keyboard.press('V')?