mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 01:37:58 +01:00
Tweak revision 13f6e3a205d4 to be less lenient in Input modes by default.
--HG-- extra : rebase_source : efa3bfb79a40002ff21e2006974ad9c142ae2187
This commit is contained in:
@@ -653,6 +653,11 @@ var Editor = Module("editor", {
|
||||
modes.push(modes.TEXT_EDIT);
|
||||
});
|
||||
|
||||
mappings.add([modes.INPUT],
|
||||
["<BS>", "<Del>", "<Left>", "<Right>", "<Up>", "<Down>"],
|
||||
"Handled by " + config.host,
|
||||
function () Events.PASS);
|
||||
|
||||
mappings.add([modes.INSERT],
|
||||
["<Space>", "<Return>"], "Expand insert mode abbreviation",
|
||||
function () {
|
||||
|
||||
Reference in New Issue
Block a user