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

2015-01-20 Thread Benny Kjær Nielsen
On 20 Jan 2015, at 10:02, Max Rydahl Andersen wrote: On 20 Jan 2015, at 9:32, Benny Kjær Nielsen wrote: There are only a few key bindings which take an argument. You should do like this instead: N = (selectNextMailbox:, makeFirstResponder:, mainOutline); P = (selectPreviousMailbox:,

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

2015-01-20 Thread Benny Kjær Nielsen
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 =

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

2015-01-20 Thread Max Rydahl Andersen
On 20 Jan 2015, at 10:11, Benny Kjær Nielsen wrote: On 20 Jan 2015, at 10:02, Max Rydahl Andersen wrote: On 20 Jan 2015, at 9:32, Benny Kjær Nielsen wrote: There are only a few key bindings which take an argument. You should do like this instead: N = (selectNextMailbox:,

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

2015-01-19 Thread Max Andersen
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 ? I tried this: N = (selectNextMailbox:, , makeFirstResponder:, mainOutline); P = (selectPreviousMailbox:, , makeFirstResponder:,

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

2015-01-19 Thread John Cooper
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

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

2015-01-19 Thread Max Rydahl Andersen
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

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

2015-01-19 Thread Kai Großjohann
Benny says he wants to fix something. Until then, may I propose another keybinding to focus the message list? Q = (makeFirstResponder:, mailboxesOutline); W = (makeFirstResponder:, mainOutline); E = (makeFirstResponder:, messageView); With this, * `Q` focuses the list of