Skip to content

Instantly share code, notes, and snippets.

@userhooke
Created March 28, 2019 09:58
Show Gist options
  • Save userhooke/9c646f909448d60b159cf2f663320147 to your computer and use it in GitHub Desktop.
Save userhooke/9c646f909448d60b159cf2f663320147 to your computer and use it in GitHub Desktop.
AHK > swap alt and ctrl keys
; 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