Created
July 25, 2014 15:14
-
-
Save denysbutenko/d7adec976de457ae0275 to your computer and use it in GitHub Desktop.
Caps Lock config for Karabiner.
This file contains 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>Caps Lock становится F19</name> | |
<appendix>F19 работает как Shift+Ctrl+Cmd+Opt+Space. Просто F19 работает как клавиша Esc.</appendix> | |
<identifier>private.f192f19_escape</identifier> | |
<autogen> | |
--KeyOverlaidModifier-- | |
KeyCode::F19, | |
KeyCode::SPACE, | |
ModifierFlag::COMMAND_L | ModifierFlag::OPTION_L | ModifierFlag::SHIFT_L | ModifierFlag::CONTROL_L, | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment