Hi there,

I'm using the following keyboard shortcut in Mailmate

( "makeFirstResponder:", "mainOutline:" );

to go back to the main view (so that I can scroll messages with the arrows). However it seems that, since a couple of days, this is not working anymore (Mailmate 3905).

Is there something I did wrong? All my other shortcuts work.

For reference, the whole keybinding file is


{
        // Custom key bindings.

        // Combo keys
        "g" = {
        "u" = ( "makeFirstResponder:", "mainOutline:" );
        "j" = ( "markAsNotJunk:");
        "c" = ( "showThread:", "showCorrespondence:" );
        };
    // bold selection
"@b" = (selectWord:, setMark:, swapWithMark:, deleteToMark:, insertText:, "**", yank:, insertText:, " ", moveLeft:, insertText:, "**", moveRight:, deleteBackward:);
    // italicize selection
"@i" = (selectWord:, setMark:, swapWithMark:, deleteToMark:, insertText:, "*", yank:, insertText:, " ", moveLeft:, insertText:, "*", moveRight:, deleteBackward:);
}

/*
*/



Cheers,

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

Reply via email to