Skip to content

Instantly share code, notes, and snippets.

@heistak
Created August 8, 2016 14:19
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save heistak/22ce67d3858ed6537d864065a39ece09 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<item>
<name>Custom</name>
<item>
<name>親指シフト <ローマ字モード> 左シフト=スペース, 右シフト=F16</name>
<identifier>remap.oyayubi_shift_roman_space_F16</identifier>
<include path="/Applications/Karabiner.app/Contents/Resources/include/checkbox/languages/japanese/keyboard_layouts/oyayubishiftinput_roman.xml">
<replacementdef>
<replacementname>LEFT_THUMB</replacementname>
<replacementvalue>KeyCode::SPACE</replacementvalue>
</replacementdef>
<replacementdef>
<replacementname>RIGHT_THUMB</replacementname>
<replacementvalue>KeyCode::F16</replacementvalue>
</replacementdef>
</include>
</item>
<item>
<name>F16をスペースに置換え</name>
<identifier>remap.F16_space</identifier>
<autogen>__KeyToKey__ KeyCode::F16, KeyCode::SPACE</autogen>
</item>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment