You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
667 B
27 lines
667 B
// https://manual.mailmate-app.com/custom_key_bindings
|
|
// https://manual.mailmate-app.com/key_binding_selectors.html
|
|
{
|
|
// navigation
|
|
"j" = "nextMessage:";
|
|
"k" = "previousMessage:";
|
|
"/" = "searchAllMessages:";
|
|
|
|
"g" = {
|
|
"i" = ( "goToMailbox:", "935735E7-D46D-4B1E-AF63-4905ABB907BC" );
|
|
"l" = ( "goToMailbox:", "94564F7D-DF9A-4759-A634-87752884B612" );
|
|
"j" = ( "goToMailbox:", "Junk" );
|
|
"l" = "goToMailbox:";
|
|
};
|
|
|
|
// actions
|
|
"!" = "moveToJunk:";
|
|
"#" = "deleteMessage:";
|
|
"c" = "newMessage:";
|
|
"d" = "deleteMessage:";
|
|
"D" = "downloadResources:";
|
|
"e" = "archive:";
|
|
"f" = "forwardMessage:";
|
|
"r" = "reply:";
|
|
"a" = "replyAll:";
|
|
}
|