mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:47:59 +01:00
[muttator] m mapping for new message, and y mapping in compose to send mail
This commit is contained in:
@@ -264,6 +264,10 @@ liberator.Mail = function ()
|
||||
|
||||
|
||||
// SENDING MESSAGES
|
||||
liberator.mappings.add(modes, ["m"],
|
||||
"Compose a new message",
|
||||
function () { goOpenNewMessage(); });
|
||||
|
||||
liberator.mappings.add(modes, ["r"],
|
||||
"Reply to sender",
|
||||
function () { goDoCommand("cmd_reply"); });
|
||||
|
||||
Reference in New Issue
Block a user