Skip to content

Instantly share code, notes, and snippets.

@wyattanderson
Created June 13, 2014 14:26
Show Gist options
  • Save wyattanderson/82fa38dc6398de72e369 to your computer and use it in GitHub Desktop.
Save wyattanderson/82fa38dc6398de72e369 to your computer and use it in GitHub Desktop.
Remap Cmd-Esc to Cmd-`
<?xml version="1.0"?>
<root>
<item>
<name>Command-Escape to Tilde in Chrome</name>
<only>GOOGLE_CHROME</only>
<identifier>private.chrome_cmd_esc_to_cmd_tilde</identifier>
<autogen>
__KeyToKey__
KeyCode::ESCAPE, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_COMMAND,
KeyCode::BACKQUOTE, ModifierFlag::COMMAND_R,
</autogen>
</item>
</root>
@wyattanderson
Copy link
Author

Uses KeyRemap4MacBook to remap Cmd+Esc in Google Chrome to Cmd-Backtick, so window switching isn't totally fucked. That's my major gripe about this keyboard layout.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment