Benny has already added a bunch of keybindings, such as selectNextMessageRow and selectNextMailboxRow but I don't think the ones we're looking for (top of message list) exist yet. I think we want something like:

        "G" = "selectFirstMailboxRow:";
        "gg" = "selectLastMailboxRow:";
        " " = "selectNextMailboxPage:"; (space)

Here is what I've got so far that creates a pretty nice, vi like experience.

        "/"   = "mailboxSearch:";

        "J" = "selectNextMailboxRow:";
        "K" = "selectPreviousMailboxRow:";
        "j" = "selectNextMessageRow:";
        "k" = "selectPreviousMessageRow:";
        
        "l" = "expandThread:"; // →
        "h" = "collapseThread:"; // ←
        "L" = "expandAll:";
        "H" = "collapseAll:";

--
Ryan in Shanghai
[email protected]

On 13 Sep 2013, at 4:46, Steve Mayer wrote:
Anyone know of a keybinding that will take me to the top of the message list? scrollPageUp: and scrollPageDown: only seem to function in a message viewer window.

Thanks,

--
Steve Mayer
[email protected]
_______________________________________________
mailmate mailing list
[email protected]
http://lists.freron.com/listinfo/mailmate

Reply via email to