1
0
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:
Kris Maglione
2011-02-11 15:34:51 -05:00
parent 92406a9cad
commit 35c70faa26

View File

@@ -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
};