Skip to content

Instantly share code, notes, and snippets.

@chmouel
Last active January 3, 2016 19:49
Show Gist options
  • Save chmouel/8511057 to your computer and use it in GitHub Desktop.
Save chmouel/8511057 to your computer and use it in GitHub Desktop.
Keyremap4macbook: change Caps-Lock to CMD-Tab. Assuming you remapped your CAPSLOCK in PCKeyboardHack to 80 (which is F19) then just add that to your private.xml
<?xml version="1.0"?>
<root>
<item>
<name>F19 to CMD-TAB</name>
<appendix>Send CMD-Tab when pressing F19</appendix>
<identifier>private.f192f19_escape</identifier>
<autogen>__KeyToKey__ KeyCode::F19, KeyCode::TAB, ModifierFlag::COMMAND_L</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment