Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Created April 19, 2009 13:07
Show Gist options
  • Save cheeaun/98061 to your computer and use it in GitHub Desktop.
Save cheeaun/98061 to your computer and use it in GitHub Desktop.
AutoHotkey script to map Alt key to work like Ctrl AKA Mac-style Cmd key, on Windows.
LAlt & x::Send ^x
LAlt & c::Send ^c
LAlt & v::Send ^v
LAlt & s::Send ^s
LAlt & w::Send ^w
LAlt & q::Send !{F4}
LAlt & f::Send ^f
LAlt & t::Send ^t
LAlt & z::Send ^z
LAlt & r::Send ^r
LAlt & a::Send ^a
LAlt & g::Send ^g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment