Skip to content

Instantly share code, notes, and snippets.

@gilest
Forked from rjocoleman/private.xml
Last active August 29, 2015 14:15
Show Gist options
  • Save gilest/8c6390f074a8ae08c6f2 to your computer and use it in GitHub Desktop.
Save gilest/8c6390f074a8ae08c6f2 to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<root>
<appdef>
<appname>SPARROW</appname>
<equal>com.sparrowmailapp.sparrow</equal>
</appdef>
<item>
<name>Sparrow disable Command + Return</name>
<appendix>Disable Command + Return in Sparrow Mail</appendix>
<identifier>private.sparrowmail_command_return</identifier>
<only>SPARROW</only>
<autogen>
__KeyToKey__
KeyCode::RETURN, MODIFIERFLAG_EITHER_LEFT_OR_RIGHT_COMMAND| ModifierFlag::NONE,
KeyCode::VK_NONE,
</autogen>
</item>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment