Last active
December 15, 2015 15:29
-
-
Save drye/5282375 to your computer and use it in GitHub Desktop.
Private.xml file for KeyRemap4MacBook - changing the keyboard layout to Slovenian language temporarily while pressing the Caps lock key.
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>Slovenian charaters while holding caps lock (mapped to F19 with pc keyboard hack)</name> | |
<identifier>private.slovenian_chars</identifier> | |
<autogen>__KeyToKey__ KeyCode::F19, KeyCode::VK_NONE, | |
Option::KEYTOKEY_BEFORE_KEYDOWN, | |
KeyCode::VK_CHANGE_INPUTMODE_SLOVENIAN, | |
KeyCode::VK_WAIT_10MS, | |
KeyCode::VK_WAIT_10MS, | |
Option::KEYTOKEY_AFTER_KEYUP, | |
KeyCode::VK_WAIT_10MS, | |
KeyCode::VK_WAIT_10MS, | |
KeyCode::VK_CHANGE_INPUTMODE_ENGLISH | |
</autogen> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment