Skip to content

Instantly share code, notes, and snippets.

@pietrofxq
Created March 15, 2022 23:08
Show Gist options
  • Save pietrofxq/39d4594385b97af741eb0819ba42cbaf to your computer and use it in GitHub Desktop.
Save pietrofxq/39d4594385b97af741eb0819ba42cbaf to your computer and use it in GitHub Desktop.
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