Skip to content

Instantly share code, notes, and snippets.

@jonschoning
Last active August 29, 2015 13:56
Show Gist options
  • Save jonschoning/8936359 to your computer and use it in GitHub Desktop.
Save jonschoning/8936359 to your computer and use it in GitHub Desktop.
;mac swap win+alt
;RWin::RAlt
;LWin::LAlt
;RAlt::RWin
;LAlt::LWin
;mac swap win+alt+ctrl
LAlt::LWin
RAlt::RWin
RWin::RCtrl
LWin::LCtrl
;pc swap alt+ctrl
;LAlt::LCtrl
;RAlt::RCtrl
;swap alt+ctrl
Capslock::Alt
LCtrl::LAlt
RCtrl::RAlt
F13::
Send, {Ins}
return
F14::
Send, {PrintScreen}
return
F15::
Send, {CtrlBreak}
return
F19::
KeyHistory
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment