Skip to content

Instantly share code, notes, and snippets.

@mj-hd
Last active August 29, 2015 14:23
Show Gist options
  • Save mj-hd/e324fb969d1ce9bcfda2 to your computer and use it in GitHub Desktop.
Save mj-hd/e324fb969d1ce9bcfda2 to your computer and use it in GitHub Desktop.
JISキーボードをUSキーボードとして使ってるユーザ向けの、Karabinerで、Parallels上で英数/かなキーをShift+Ctrl+F11/F12へ割り当てるprivate.xml
<?xml version="1.0"?>
<root>
<list>
<item>
<name>個人用</name>
<item>
<name>英数/かなをVirtualMachineでCtrl+Shift+F11/F12として使う</name>
<identifier>remap.jis_eisuukana_to_us_virtualmachine</identifier>
<only>VIRTUALMACHINE</only>
<autogen>__KeyToKey__ KeyCode::JIS_EISUU,
KeyCode::F11, ModifierFlag::CONTROL_L | ModifierFlag::SHIFT_L</autogen>
<autogen>__KeyToKey__ KeyCode::JIS_KANA,
KeyCode::F12, ModifierFlag::CONTROL_L | ModifierFlag::SHIFT_L</autogen>
</item>
</item>
</list>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment