Skip to content

Instantly share code, notes, and snippets.

@balibali
Created February 28, 2011 03:18
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 balibali/846892 to your computer and use it in GitHub Desktop.
Save balibali/846892 to your computer and use it in GitHub Desktop.
KeyRemap4MacBook で EISUU to Escape (except Emacs) + EISUU to Option_L (only in Emacs)
<?xml version="1.0"?>
<root>
<item>
<name>Private</name>
<list>
<item>
<name>EISUU to Escape (except Emacs)</name>
<identifier>remap.jis_eisuu2escape_ex_emacs</identifier>
<not>EMACS</not>
<autogen>--KeyToKey-- KeyCode::JIS_EISUU, KeyCode::ESCAPE</autogen>
</item>
<item>
<name>EISUU to Option_L (only in Emacs)</name>
<identifier>remap.jis_eisuu2optionL_emacs</identifier>
<only>EMACS</only>
<autogen>--KeyToKey-- KeyCode::JIS_EISUU, KeyCode::OPTION_L</autogen>
</item>
</list>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment