moses-palmer / pynput

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

Local suppression? #372

Closed SpecialCharacter closed 3 years ago

SpecialCharacter commented 3 years ago

I made a hotkey, but unfortunately, it triggers other hotkeys. How can I prevent that?

I know global _suppress is possible, but I need it just for this one hotkey. Any ideas?

moses-palmer commented 3 years ago

There is no functionality like this built into pynput; you will have to implement it yourself.