Created
July 22, 2020 10:03
-
-
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
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
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