Skip to content

Instantly share code, notes, and snippets.

@nolar
Created March 28, 2014 11:18
Show Gist options
  • Save nolar/9830479 to your computer and use it in GitHub Desktop.
Save nolar/9830479 to your computer and use it in GitHub Desktop.
<?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