mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 04:04:12 +01:00
Fix confusing, duplicate help index entries.
This commit is contained in:
@@ -252,7 +252,7 @@ var Browser = Module("browser", XPCOM(Ci.nsISupportsWeakReference, ModuleBase),
|
||||
dactyl.open(homepages, { from: "homepage", where: dactyl.NEW_TAB });
|
||||
});
|
||||
|
||||
mappings.add(modes.all, ["<C-l>"],
|
||||
mappings.add([modes.MAIN], ["<C-l>"],
|
||||
"Redraw the screen",
|
||||
function () { ex.redraw(); });
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user