[MlMt] keybinding for next mailbox + focus in message window ?

Benny Kjær Nielsen mailinglist at freron.com
Tue Jan 20 03:32:05 EST 2015


On 19 Jan 2015, at 23:36, Max Andersen wrote:

> On 19 Jan 2015, at 23:01, Max Andersen wrote:
>
>> can a keybinding do mulitple things ? like select next mailbox and 
>> then do
>> the focus window ?

Yes.

> I tried this:
>
> 	"N" = ("selectNextMailbox:",  "", "makeFirstResponder:", 
> "mainOutline");
>      "P" = ("selectPreviousMailbox:", "", "makeFirstResponder:", 
> "mainOutline");>
>
> but that does not seem to have any effect - just do the selectnext and 
> prev. no change of focus ;/

There are only a few key bindings which take an argument. You should do 
like this instead:

	"N" = ("selectNextMailbox:",     "makeFirstResponder:", "mainOutline");
	"P" = ("selectPreviousMailbox:", "makeFirstResponder:", "mainOutline");

I haven't tried it though.

-- 
Benny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20150120/44d59f1e/attachment.html>


More information about the mailmate mailing list