Skip to content

Commit

Permalink
Key remappings for the miserable time I spend using Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Jan 26, 2011
1 parent c43c30e commit 2af2f81
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions bin/_alt_switch.ahk
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
; Windows AutoHotKey script
; Run using http://www.autohotkey.com/download/

; For remapping of Alts to behave like on Mac OS X.
; Capslock remapped to Ctrl as a nice bonus.

LAlt::^RAlt
LWin::^RAlt
^RAlt::Alt
Capslock::Ctrl

0 comments on commit 2af2f81

Please sign in to comment.