moses-palmer / pynput

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

Caret key (Shift+6 on US keyboard) not behaving correctly. #400

Closed willwrong closed 3 years ago

willwrong commented 3 years ago

Greetings,

I'm trying to implement a key combination for the caret key (aka Shift+6), and at the moment I can't get it to match anything -- and it doesn't appear to be a "special" character. It prints "['^']" on the terminal but I can't get my program to recognize it as anything and proceed to the callback.