I'd set up keybindings to first set focus to the message list, and then move up and down in the mailbox. Something like this (not tested):

"n" = ("makeFirstResponder:", "messageView", "nextMessage:" );
"p" = ("makeFirstResponder:", "messageView", "previousMessage:" );

Does that do what you want?

Max Rydahl Andersen wrote (at 4:08 on 19 Jan 2015):

Hi,

I got this setup in my keybindings:

        "N" = "selectNextMailbox:";
     "P" = "selectPreviousMailbox:";

works great, except that when I use these I still have to use the mouse to have the message list have focus before I can use 'n'/'p' for next and previous messages.

Anyway to have have the focus automatically go to the "right" place ?

/max
http://about.me/maxandersen
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate

Reply via email to