windows - How can I make an alt+number global hotkey in Python? -


I want to create a global hotkey, paste some strings in the clipboard, with Alt + 1, 2, ... .

How can I do this?

This provides a fairly easy way using the Windows keyboard hook.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -