Skip to content

Instantly share code, notes, and snippets.

@Symbolk
Created July 22, 2020 10:03
Show Gist options
  • Save Symbolk/41126a282f7b462213d41e8e017d7a49 to your computer and use it in GitHub Desktop.
Save Symbolk/41126a282f7b462213d41e8e017d7a49 to your computer and use it in GitHub Desktop.
AutoHotkey script to switch left Alt with Ctrl, but preseve switching app&tab
LCtrl & Tab::AltTab
LAlt & Tab::AltTab
!Tab::Send {LCtrl down}{Tab}{LCtrl up}
!+Tab::Send {Shift down}{LCtrl down}{Tab}{LCtrl up}{Shift up}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment