1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 21:25:47 +01:00

Fix space/return etc. for muttator. Unfortunatly config{base}.ignoreKeys

can't really be used for this, so we have to duplicate it for all apps.
This commit is contained in:
Martin Stubenschrott
2009-05-29 13:07:17 +02:00
parent 5831b652f9
commit 9fa6b8e624
3 changed files with 13 additions and 3 deletions

View File

@@ -87,9 +87,9 @@ const configbase = { //{{{
/**
* @property {object} A map between key names for key events should be ignored,
* and a mask of the modes in which they shoule be ignored.
* and a mask of the modes in which they should be ignored.
*/
ignoreKeys: {},
ignoreKeys: {}, // XXX: be aware you can't put useful values in here, as "modes.NORMAL" etc. are not defined at this time
/**
* @property {[[]]} An array of application specific mode specifications.