Skip to content

Instantly share code, notes, and snippets.

@fukayatsu
Created August 18, 2012 14:33
Show Gist options
  • Save fukayatsu/3387071 to your computer and use it in GitHub Desktop.
Save fukayatsu/3387071 to your computer and use it in GitHub Desktop.
【Mac】【KeyRemap4MacBook】Control+[でEISUUとESCAPEを発火させるprivate.xmlの例
<?xml version="1.0"?>
<root>
<item>
<name>Control+[ to EISUU+Escape</name>
<identifier>remap.controlLeftbracket2eisuuAndEscape</identifier>
<autogen>
--KeyToKey--
KeyCode::BRACKET_LEFT, VK_CONTROL,
KeyCode::JIS_EISUU, KeyCode::ESCAPE
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment