Last active
January 3, 2016 19:49
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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