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 -

php - Login to icq account to receive messages from contact #12345678 -

python - rename keys in a dictionary -