Created
March 28, 2019 09:58
-
-
Save userhooke/9c646f909448d60b159cf2f663320147 to your computer and use it in GitHub Desktop.
AHK > swap alt and ctrl keys
This file contains 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
; Path to startup folder Windows 10 = C:\Users\${user.name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup | |
; This file by Alan J. Hogan | |
; https://alanhogan.com/tips/swap-left-alt-and-ctrl-keys-in-windows | |
; Switches the left Control and Alt keys. | |
LCtrl::Alt | |
LAlt::Ctrl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment