mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-19 22:17:59 +01:00
Fix Hints mode mappings.
This commit is contained in:
@@ -1239,6 +1239,10 @@ var Hints = Module("hints", {
|
||||
function ({ count }) { hints.open("g;", { continue: true, count: count }); },
|
||||
{ count: true });
|
||||
|
||||
let bind = function bind(names, description, action, params)
|
||||
mappings.add([modes.HINTS], names, description,
|
||||
action, params);
|
||||
|
||||
bind(["<Return>"],
|
||||
"Follow the selected hint",
|
||||
function ({ self }) { self.update(true); });
|
||||
|
||||
Reference in New Issue
Block a user