mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-05 13:05:45 +01:00
Experimentally re-enable Insert abbreviations.
This commit is contained in:
@@ -344,8 +344,6 @@ var Config = Module("config", ConfigBase, {
|
||||
modes: function (dactyl, modules, window) {
|
||||
const { config, modes } = modules;
|
||||
config.ignoreKeys = {
|
||||
"<Return>": modes.NORMAL | modes.INSERT,
|
||||
"<Space>": modes.NORMAL | modes.INSERT,
|
||||
"<Up>": modes.NORMAL | modes.INSERT,
|
||||
"<Down>": modes.NORMAL | modes.INSERT
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user