1
0
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:
Martin Stubenschrott
2008-06-12 10:50:27 +00:00
parent bea52c9574
commit 24e390b587
2 changed files with 30 additions and 5 deletions

View File

@@ -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
{