On 13 Sep 2013, at 4:37, Ryan Erwin wrote:

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:";

I've just added `selectFirstMessageRow:` and `selectLastMessageRow:` to move to first/last message in the messages outline.

        " " = "selectNextMailboxPage:"; (space)

Not sure what you would want that one to do. The “space” character is (by default) used to move a page in the message view or to the next message if already on the last page of the current message.

There is a [system key binding](http://www.hcs.harvard.edu/~jrus/Site/System%20Bindings.html) that works when the focus is in the messages outline:

        "x" = "pageDown:";

Is that the behavior you are looking for?

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

[...]

        "h" = "collapseThread:"; // ←

For anyone trying this: It only works correctly in the most recent test releases.

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

Reply via email to