Skip to content

Instantly share code, notes, and snippets.

@hushin
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hushin/45f3a08107c312c097f1 to your computer and use it in GitHub Desktop.
Save hushin/45f3a08107c312c097f1 to your computer and use it in GitHub Desktop.
Realforce 104UB 用 Karabiner 設定
<?xml version="1.0"?>
<root>
<item>
<name>Option + JIS_YEN to KANA/EISUU (toggle)</name>
<identifier>private.alt_and_jisyen_to_kana_eisuu</identifier>
<autogen>
__KeyToKey__
KeyCode::JIS_YEN, ModifierFlag::OPTION_L,
KeyCode::VK_JIS_TOGGLE_EISUU_KANA
</autogen>
</item>
<item>
<name>swap Backquote(`) and Backslash(\)</name>
<identifier>private.swap_backquote_and_backslash</identifier>
<autogen>
__KeyToKey__
KeyCode::JIS_YEN,
KeyCode::VK_JIS_BACKSLASH
</autogen>
<autogen>
__KeyToKey__
KeyCode::BACKSLASH,
KeyCode::BACKQUOTE
</autogen>
</item>
<item>
<name>Option_L to Command_L</name>
<appendix>(+ When you type Option_L only, send EISUU)</appendix>
<identifier>private.jis_optionL2commandL_eisuu</identifier>
<autogen>__KeyOverlaidModifier__ KeyCode::OPTION_L, KeyCode::COMMAND_L, KeyCode::JIS_EISUU</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment