<div class="markdown">
<p dir="auto">Thank you, sir. It took some fiddling, but now I've got something that seems to work nicely.</p>
<p dir="auto">Initially, I wanted to use something starting with <code>g</code>. Then I thought that's already taken and saw that <code>z</code> is undo. So I thought, no issues, I can do <code>cmd-z</code> when I need undo, so let's just override it. That didn't work out so well, though: I still got the "undo" function.</p>
<p dir="auto">So I took another look and saw that some letters are still available after <code>g</code>. Perhaps if I define bindings starting with <code>g</code>, then they merge? Bingo!</p>
<pre><code>"g" = {
"g" = ("makeFirstResponder:", "mailboxesOutline");
"h" = ("makeFirstResponder:", "mainOutline");
"m" = ("makeFirstResponder:", "messageView");
};
</code></pre>
<p dir="auto">Yay.</p>
<p dir="auto">Kai</p>
<p dir="auto">On 5 Sep 2014, at 23:12, John Cooper wrote:</p>
<blockquote>
<p dir="auto">In my custom keybindings file, I set the 'v' and 'b' keys to do this:</p>
<pre><code>"v" = ( "makeFirstResponder:", "mailboxesOutline" );
"b" = ( "makeFirstResponder:", "mainOutline" );
</code></pre>
<p dir="auto">John</p>
<p dir="auto">On 5 Sep 2014, at 15:51, Kai Großjohann wrote:</p>
<blockquote>
<p dir="auto">I don't know why, but I feel the strong urge to focus the "list of messages" pane when I want to move between messages using j/k and n/p. And with Tab and Shift-Tab it gets a bit old, as I never know how often I have to hit them. Usually I overshoot.</p>
<p dir="auto">WIBNI there was a key that always focused the list of messages (say g followed by g), another key that always focused the message (say g followed by m), andother that always focused the list of folders (say g followed by f)?</p>
<p dir="auto">Kai</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>
<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>
</div>