On 17 Jan 2016, at 8:57, [email protected] wrote:

I have found that debugging key bindings can be tricky.

For what it’s worth, here are some navigational keybindings that I use, including some that are directly pointing to specific mailboxes in my main account. Yes, I sometimes have multiple keybindings to go to the same mailbox. I consider them “alternate fingerings” (former oboe player here) for use in different typing contexts.


        //      Navigation
"I" = ( "goToMailbox:", "imap://shermanwilcox%[email protected]/INBOX/ICLA", "makeFirstResponder:", "mainOutline"); "X" = ( "goToMailbox:", "imap://shermanwilcox%[email protected]/INBOX/FlexCard", "makeFirstResponder:", "mainOutline"); "A" = ( "goToMailbox:", "ARCHIVE", "makeFirstResponder:", "mainOutline" );
        "S" = ( "goToMailbox:", "SENT", "makeFirstResponder:", "mainOutline" );
        "K" = ( "goToMailbox:", "JUNK", "makeFirstResponder:", "mainOutline" );
        "i" = ( "goToMailbox:", "INBOX", "makeFirstResponder:", "mainOutline");
        "D" = ( "goToMailbox:", "TRASH", "makeFirstResponder:", "mainOutline");
"R" = ( "goToMailbox:", "imap://shermanwilcox%[email protected]/INBOX/Receipts", "makeFirstResponder:", "mainOutline");
        "," = ( "goToMailbox:", "INBOX", "makeFirstResponder:", "mainOutline");
"." = ( "goToMailbox:", "ARCHIVE", "makeFirstResponder:", "mainOutline" );



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

Reply via email to