Created
January 1, 2016 20:23
-
-
Save MinweiShen/ee7538dfff14d1359343 to your computer and use it in GitHub Desktop.
Karabiner configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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