Skip to content

Instantly share code, notes, and snippets.

@kozo2
Last active August 29, 2015 14:01
Show Gist options
  • Save kozo2/3ddfb8d69f7d6f9856f5 to your computer and use it in GitHub Desktop.
Save kozo2/3ddfb8d69f7d6f9856f5 to your computer and use it in GitHub Desktop.
keyhac
keymap.replaceKey( "Apps", "RWin" )
keymap.replaceKey( "Space", "LCtrl" )
keymap.replaceKey( "Caps", "Enter" )
keymap.replaceKey( 28, "RAlt" )
keymap.replaceKey( 29, "LShift" )
keymap_global[ "O-LCtrl" ] = "Space"
keymap_global[ "S-LCtrl" ] = "S-Space"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment