Skip to content

Instantly share code, notes, and snippets.

@demersdesigns
Last active August 16, 2016 21:20
Show Gist options
  • Save demersdesigns/5f2cb6c922c21b489e0123f02e4329fa to your computer and use it in GitHub Desktop.
Save demersdesigns/5f2cb6c922c21b489e0123f02e4329fa to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>Remap Caps Lock to Command + Option</name>
<appendix>Remap Caps Lock to Command + Option to allow you to cycle through tabs in many OS X applications using only one key instead of two.</appendix>
<identifier>caps_lock_to_command_option</identifier>
<autogen>
__KeyToKey__
KeyCode::F19,
KeyCode::COMMAND_L,
ModifierFlag::OPTION_L
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment