mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 11:15:46 +01:00
Get rid of absurd Map#route flag. Consolodate some constants.
This commit is contained in:
@@ -514,8 +514,7 @@ const Mail = Module("mail", {
|
||||
|
||||
mappings.add(myModes, ["<Space>"],
|
||||
"Scroll message or select next unread one",
|
||||
function () true,
|
||||
{ route: true });
|
||||
function () Events.PASS);
|
||||
|
||||
mappings.add(myModes, ["t"],
|
||||
"Select thread",
|
||||
|
||||
Reference in New Issue
Block a user