Skip to content

Instantly share code, notes, and snippets.

@rjocoleman
Created February 19, 2015 11:45
Show Gist options
  • Save rjocoleman/66990e8b1c0b67d208e3 to your computer and use it in GitHub Desktop.
Save rjocoleman/66990e8b1c0b67d208e3 to your computer and use it in GitHub Desktop.
Use https://pqrs.org/osx/karabiner/ to disable Option+Return to send emails in Sparrow Mail
<?xml version="1.0"?>
<root>
<appdef>
<appname>SPARROW</appname>
<equal>com.sparrowmailapp.sparrowappcast</equal>
</appdef>
<item>
<name>Sparrow disable Option + Return</name>
<appendix>Disable Option + Return in Sparrow Mail</appendix>
<identifier>private.sparrowmail_option_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