Skip to content

Instantly share code, notes, and snippets.

@tejima
Created January 18, 2011 02:34
Show Gist options
  • Save tejima/783896 to your computer and use it in GitHub Desktop.
Save tejima/783896 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<list>
<item>
<item>
<name>Option_R to RightClick</name>
<identifier>remap.optionR2rightclick</identifier>
<autogen>--KeyToPointingButton-- KeyCode::OPTION_R, PointingButton::RIGHT</autogen>
</item>
<item>
<name>Option_L to KANA</name>
<identifier>remap.optionL2kana</identifier>
<autogen>--KeyOverlaidModifier-- KeyCode::OPTION_L, KeyCode::OPTION_L, KeyCode::JIS_KANA</autogen>
</item>
<item>
<name>Shift+F2 to "2011/01/03"=>"20110103" MACRO</name>
<identifier>remap.shiftf22macro</identifier>
<autogen>--KeyToKey-- KeyCode::F2 , ModifierFlag::SHIFT_L , KeyCode::CURSOR_LEFT,KeyCode::CURSOR_LEFT,KeyCode::DELETE,KeyCode::CURSOR_LEFT,KeyCode::CURSOR_LEFT,KeyCode::DELETE,KeyCode::CURSOR_RIGHT,KeyCode::CURSOR_RIGHT,KeyCode::CURSOR_RIGHT,KeyCode::CURSOR_RIGHT</autogen>
</item>
</list>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment