1
0
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:
Kris Maglione
2011-02-22 03:00:50 -05:00
parent 28ec383432
commit 572f36906b
5 changed files with 24 additions and 9 deletions

View File

@@ -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(); });
},