Skip to content

Instantly share code, notes, and snippets.

@MinweiShen
Created January 1, 2016 20:23
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 MinweiShen/ee7538dfff14d1359343 to your computer and use it in GitHub Desktop.
Save MinweiShen/ee7538dfff14d1359343 to your computer and use it in GitHub Desktop.
Karabiner configuration
<?xml version="1.0"?>
<root>
<item>
<name>Remap KANA to F18</name>
<identifier>space_cadet.kana_to_f18</identifier>
<autogen>__KeyToKey__ KeyCode::JIS_KANA, KeyCode::F18</autogen>
</item>
<item>
<name>Remap EISUU to F19</name>
<identifier>space_cadet.eisuu_to_f19</identifier>
<autogen>__KeyToKey__ KeyCode::JIS_EISUU, KeyCode::F19</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment