<div ><div>
<p dir="auto">On 23 Sep 2015, at 20:24, Ale Muñoz wrote:</p>

<blockquote style="border-left-color: #136BCE; border-left-style: solid; border-left-width: 2px; color: #136BCE; margin: 0 0 5px; padding-left: 5px">
<p dir="auto">I have a custom keybinding file with this:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>{
    "@\n" = "sendAndArchiveParent:";
}
</code></pre>

<p dir="auto">This used to let me hit Cmd+Return to send replies and archive the original mail, but it stopped working a few betas ago (or rather: it sends my reply, but won't archive the original)</p>
</blockquote>

<p dir="auto">It's probably overridden by a new key binding in the Gmail defaults:</p>

<pre style="background: #E4E4E4; border: thin solid gray; margin-left: 15px; margin-right: 15px; overflow: auto; padding: 5px"><code>"@\U000A" = "send:";
</code></pre>

<p dir="auto">I believe you can just swap the order of your key binding files in the General preferences pane.</p>

<p dir="auto">-- <br>
Benny</p>

</div></div>