1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 23:02:27 +01:00

some small code cleanup

This commit is contained in:
Martin Stubenschrott
2008-06-12 00:55:47 +00:00
parent 29a387f870
commit bea52c9574
2 changed files with 28 additions and 30 deletions

View File

@@ -247,6 +247,10 @@ liberator.Mail = function () //{{{
MsgOpenNewTabForMessage();
});
/*liberator.mappings.add([liberator.modes.NORMAL],
["o"], "Open a message",
function () { liberator.commandline.open(":", "open ", liberator.modes.EX); });*/
liberator.mappings.add(modes, ["<Space>"],
"Scroll message or select next unread one",
function () { return true; },