Skip to content

Instantly share code, notes, and snippets.

@neoOpus
Forked from thefloodshark/.ahk
Created October 20, 2021 09:07
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 neoOpus/e1c83a23c7f93bd8bf907fff7b75925a to your computer and use it in GitHub Desktop.
Save neoOpus/e1c83a23c7f93bd8bf907fff7b75925a to your computer and use it in GitHub Desktop.
Alternative Tab Switching
^Left::
Send ^+{Tab}
return
^Right::
Send ^{Tab}
return
~#!x::Suspend
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment