1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 10:37:59 +01:00

Closes issue #610.

This commit is contained in:
Kris Maglione
2011-07-28 02:01:29 -04:00
parent 93edf62036
commit bcfd641381

View File

@@ -659,7 +659,7 @@ var Editor = Module("editor", {
"<*-Home>", "<*-End>", "<*-PageUp>", "<*-PageDown>", "<*-Home>", "<*-End>", "<*-PageUp>", "<*-PageDown>",
"<M-c>", "<M-v>"], "<M-c>", "<M-v>"],
"Handled by " + config.host, "Handled by " + config.host,
function () Events.PASS); function () Events.PASS_THROUGH);
mappings.add([modes.INSERT, modes.NORMAL], mappings.add([modes.INSERT, modes.NORMAL],
["<Tab>"], "Select the next element in the tab sequence", ["<Tab>"], "Select the next element in the tab sequence",