<div class="markdown">
<p dir="auto">On 14 Jan 2014, at 14:59, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">On 13 Jan 2014, at 16:35, Giovanni Lanzani wrote:</p>

<blockquote>
<p dir="auto">⌃⌘S is not working when on the composer window. If I click on Format -> Show Signatures, it works. Last Mailmate version 3932, Mavericks.</p>
</blockquote>

<p dir="auto">I cannot reproduce this problem. Maybe you have created a custom key binding for this shortcut? (I believe that would block it in the composer even if it is a key binding that does not make sense in the context.)</p>

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

<hr>

<p dir="auto">mailmate mailing list<br>
<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a><br>
<a href="http://lists.freron.com/listinfo/mailmate">http://lists.freron.com/listinfo/mailmate</a></p>
</blockquote>

<p dir="auto">Keybindings are gmail + this custom file. I don't see anything that could stop that from working.</p>

<p dir="auto">{<br>
    // Custom key bindings.</p>

<pre><code>// Combo keys
"g" = {
    "u" = ( "makeFirstResponder:", "mainOutline" );
    "j" = ( "markAsNotJunk");
    "c" = ( "showThread:", "showCorrespondence" );
};
// bold selection
"@b" = (selectWord:, setMark:, swapWithMark:, deleteToMark:, insertText:, "**", yank:, insertText:, " ", moveLeft:, insertText:, "**", moveRight:, deleteBackward:);
// italicize selection
"@i" = (selectWord:, setMark:, swapWithMark:, deleteToMark:, insertText:, "*", yank:, insertText:, " ", moveLeft:, insertText:, "*", moveRight:, deleteBackward:);
</code></pre>

<p dir="auto">}</p>

<p dir="auto">/*<br>
*/</p>

</div>