mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 00:17:58 +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 }); },
|
function ({ count }) { hints.open("g;", { continue: true, count: count }); },
|
||||||
{ count: true });
|
{ count: true });
|
||||||
|
|
||||||
|
let bind = function bind(names, description, action, params)
|
||||||
|
mappings.add([modes.HINTS], names, description,
|
||||||
|
action, params);
|
||||||
|
|
||||||
bind(["<Return>"],
|
bind(["<Return>"],
|
||||||
"Follow the selected hint",
|
"Follow the selected hint",
|
||||||
function ({ self }) { self.update(true); });
|
function ({ self }) { self.update(true); });
|
||||||
|
|||||||
Reference in New Issue
Block a user