Created
March 23, 2015 10:27
-
-
Save bmihelac/15401a64f7985cd35293 to your computer and use it in GitHub Desktop.
Karabiner app based config - caps to esc or caps
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> | |
<appdef> | |
<appname>CHROME</appname> | |
<equal>com.google.Chrome.canary</equal> | |
</appdef> | |
<item> | |
<name>CAPS TO CAPS in Chrome Canary</name> | |
<identifier>private.app_chrome_caps_caps</identifier> | |
<only>CHROME</only> | |
<autogen>__KeyToKey__ KeyCode::F19, KeyCode::CAPSLOCK</autogen> | |
</item> | |
<item> | |
<name>CAPS TO ESC in all but Chrome Canary</name> | |
<identifier>private.app_chrome_caps_esc</identifier> | |
<not>CHROME</not> | |
<autogen>__KeyToKey__ KeyCode::F19, KeyCode::ESCAPE</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment