<div class="markdown">
<p dir="auto">Hi there,</p>
<p dir="auto">I'm using the following keyboard shortcut in Mailmate</p>
<p dir="auto">( "makeFirstResponder:", "mainOutline:" );</p>
<p dir="auto">to go back to the main view (so that I can scroll messages with the arrows). However it seems that, since a couple of days, this is not working anymore (Mailmate 3905).</p>
<p dir="auto">Is there something I did wrong? All my other shortcuts work.</p>
<p dir="auto">For reference, the whole keybinding file is</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>
<p dir="auto">Cheers,</p>
<p dir="auto">Giovanni</p>
</div>