mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 11:18:00 +01:00
Add missing <Tab>/<S-Tab> bindings.
This commit is contained in:
@@ -661,6 +661,13 @@ var Editor = Module("editor", {
|
|||||||
"Handled by " + config.host,
|
"Handled by " + config.host,
|
||||||
function () Events.PASS);
|
function () Events.PASS);
|
||||||
|
|
||||||
|
mappings.add([modes.INSERT, modes.NORMAL],
|
||||||
|
["<Tab>"], "Select the next element in the tab sequence",
|
||||||
|
function () Events.PASS);
|
||||||
|
mappings.add([modes.INSERT, modes.NORMAL],
|
||||||
|
["<S-Tab>"], "Select the previous element in the tab sequence",
|
||||||
|
function () Events.PASS);
|
||||||
|
|
||||||
mappings.add([modes.INSERT],
|
mappings.add([modes.INSERT],
|
||||||
["<Space>", "<Return>"], "Expand insert mode abbreviation",
|
["<Space>", "<Return>"], "Expand insert mode abbreviation",
|
||||||
function () {
|
function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user