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.
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
Post a Comment