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:
@@ -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; },
|
||||
|
||||
Reference in New Issue
Block a user