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
_______________________________________________
mailmate mailing list
mailmate@lists.freron.com
http://lists.freron.com/listinfo/mailmate

Reply via email to