mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:57:58 +01:00
[muttator] new keybindings
This commit is contained in:
@@ -127,6 +127,10 @@ liberator.config = {
|
||||
liberator.mappings.add([liberator.modes.COMPOSE],
|
||||
["i"], "Select message body",
|
||||
function () { SetMsgBodyFrameFocus(); });
|
||||
|
||||
liberator.mappings.add([liberator.modes.COMPOSE],
|
||||
["q", "ZQ"], "Close composer",
|
||||
function () { window.close(); });
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user