Created
March 15, 2022 23:08
-
-
Save pietrofxq/39d4594385b97af741eb0819ba42cbaf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ctrl::Alt | |
Alt::Ctrl | |
#If getkeystate("Alt", "P") | |
*^tab:: | |
send {ctrl up}{alt down}{tab} | |
return | |
alt Up:: | |
Send {alt up}{ctrl up} | |
return | |
#If getkeystate("Ctrl", "P") | |
*!tab:: | |
send {alt up}{ctrl down}{tab} | |
return | |
ctrl Up:: | |
Send {alt up}{ctrl up} | |
return |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment