mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 08:37:59 +01:00
Closes issue #610.
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user