Skip to content

Instantly share code, notes, and snippets.

@rcmdnk
Last active December 18, 2015 12:18
Show Gist options
  • Save rcmdnk/5781580 to your computer and use it in GitHub Desktop.
Save rcmdnk/5781580 to your computer and use it in GitHub Desktop.
mod alt += CapsLock
mod alt += E0CapsLock
key *CapsLock = *LAlt
key *E0CapsLock = *LAlt
mod alt -= LAlt
mod alt -= RAlt
mod control += LAlt
mod control += RAlt
key *LAlt = *LControl
key *RAlt = *LControl
#mod control-= LControl
mod control -= RControl
#mod alt += LControl
mod alt += RControl
key *NumLock = $CapsLock
key *Apps = $CapsLock
key *RWin = $CapsLock
key A-Tab = C-Tab
key C-Tab = A-Tab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment