Skip to content

Instantly share code, notes, and snippets.

@kyab
Created February 23, 2016 14:47
Show Gist options
  • Select an option

  • Save kyab/be1bc286144f98fb958b to your computer and use it in GitHub Desktop.

Select an option

Save kyab/be1bc286144f98fb958b to your computer and use it in GitHub Desktop.
Karabiner private mapping
<?xml version="1.0"?>
<root>
<item>
<name>[KY]Ctrl + @;:] to arrow key</name>
<identifier>private.ky_arrow</identifier>
<autogen>
__KeyToKey__
KeyCode::JIS_ATMARK,ModifierFlag::CONTROL_L,
KeyCode::CURSOR_UP
</autogen>
<autogen>
__KeyToKey__
KeyCode::JIS_COLON,ModifierFlag::CONTROL_L,
KeyCode::CURSOR_DOWN
</autogen>
<autogen>
__KeyToKey__
KeyCode::SEMICOLON,ModifierFlag::CONTROL_L,
KeyCode::CURSOR_LEFT
</autogen>
<autogen>
__KeyToKey__
KeyCode::JIS_BRACKET_RIGHT,ModifierFlag::CONTROL_L,
KeyCode::CURSOR_RIGHT
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment