Created
June 13, 2014 14:26
-
-
Save wyattanderson/82fa38dc6398de72e369 to your computer and use it in GitHub Desktop.
Remap Cmd-Esc to Cmd-`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.