Skip to content

Instantly share code, notes, and snippets.

@AfterLemon
Forked from anonymous/gist:5913087
Created July 2, 2013 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AfterLemon/5913234 to your computer and use it in GitHub Desktop.
Save AfterLemon/5913234 to your computer and use it in GitHub Desktop.
InputBox, Input
Modifiers := Input
Hotkey, %Modifiers%1, Hotkey1
Hotkey, %Modifiers%2, Hotkey2
return
Hotkey1:
msgbox, you pressed %A_ThisHotkey%
Return
Hotkey2:
msgbox, you pressed %A_ThisHotkey%
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment