[MlMt] Keyboard shortcuts to jump to specific panes
Kai Großjohann
kai.grossjohann at gmail.com
Mon Sep 8 16:04:59 EDT 2014
Thank you, sir. It took some fiddling, but now I've got something that
seems to work nicely.
Initially, I wanted to use something starting with `g`. Then I thought
that's already taken and saw that `z` is undo. So I thought, no issues,
I can do `cmd-z` when I need undo, so let's just override it. That
didn't work out so well, though: I still got the "undo" function.
So I took another look and saw that some letters are still available
after `g`. Perhaps if I define bindings starting with `g`, then they
merge? Bingo!
"g" = {
"g" = ("makeFirstResponder:", "mailboxesOutline");
"h" = ("makeFirstResponder:", "mainOutline");
"m" = ("makeFirstResponder:", "messageView");
};
Yay.
Kai
On 5 Sep 2014, at 23:12, John Cooper wrote:
> In my custom keybindings file, I set the 'v' and 'b' keys to do this:
>
> "v" = ( "makeFirstResponder:", "mailboxesOutline" );
> "b" = ( "makeFirstResponder:", "mainOutline" );
>
> John
>
> On 5 Sep 2014, at 15:51, Kai Großjohann wrote:
>
>> 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.
>>
>> 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)?
>>
>> Kai
>> _______________________________________________
>> mailmate mailing list
>> mailmate at lists.freron.com
>> http://lists.freron.com/listinfo/mailmate
> _______________________________________________
> mailmate mailing list
> mailmate at lists.freron.com
> http://lists.freron.com/listinfo/mailmate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20140908/1ccf371d/attachment.html>
More information about the mailmate
mailing list