Skip to content

Instantly share code, notes, and snippets.

@ssullivan
Created May 22, 2020 00:58
Show Gist options
  • Select an option

  • Save ssullivan/f6e9121d797d932b405ee7922e95caa2 to your computer and use it in GitHub Desktop.

Select an option

Save ssullivan/f6e9121d797d932b405ee7922e95caa2 to your computer and use it in GitHub Desktop.
AutoHotKey - Swap Alt and Command
#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.
#::
Send, !
!::
Send, #
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment