Skip to content

Instantly share code, notes, and snippets.

@JadenH
Created August 12, 2016 00:47
Show Gist options
  • Save JadenH/cdef2c6167715795741efab5cc2883fe to your computer and use it in GitHub Desktop.
Save JadenH/cdef2c6167715795741efab5cc2883fe to your computer and use it in GitHub Desktop.
AutoHotkey Switch Ctrl & Alt Keys
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
LAlt::LCtrl
LCtrl::LAlt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment