Created
March 28, 2014 11:18
-
-
Save nolar/9830479 to your computer and use it in GitHub Desktop.
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>Change F19 to switch language in VMware, Parallels, VirtualBox</name> | |
<item> | |
<name style="important">First, remap CapsLock to F19 (code 80) in PCKeyboardHack.</name> | |
</item> | |
<item> | |
<name>F19 (CapsLock) to Alt+Shift</name> | |
<identifier>private.f19caps_to_altshift_in_vm</identifier> | |
<only>VIRTUALMACHINE</only> | |
<autogen>__KeyToKey__ KeyCode::F19, ModifierFlag::NONE, KeyCode::SHIFT_L, ModifierFlag::OPTION_L</autogen> | |
</item> | |
<item> | |
<name>F19 (CapsLock) to Ctrl+Shift</name> | |
<identifier>private.f19caps_to_ctrlshift_in_vm</identifier> | |
<only>VIRTUALMACHINE</only> | |
<autogen>__KeyToKey__ KeyCode::F19, ModifierFlag::NONE, KeyCode::SHIFT_L, ModifierFlag::CONTROL_L</autogen> | |
</item> | |
</item> | |
</root> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment