diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-06-28 19:41:30 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-06-28 19:41:30 -0400 |
commit | eefc32dfe417b92205019443205950079ea28cbe (patch) | |
tree | 8b794defc3921bb5264be44015264aca42d3ddfb /common/content | |
parent | bfb111894cd54a6b7ed8e365c784d908803a68c6 (diff) | |
download | pentadactyl-eefc32dfe417b92205019443205950079ea28cbe.tar.gz |
:set passunknown-=!input
Diffstat (limited to 'common/content')
-rw-r--r-- | common/content/modes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/modes.js b/common/content/modes.js index 523e6cc4..0e16b009 100644 --- a/common/content/modes.js +++ b/common/content/modes.js @@ -638,7 +638,7 @@ var Modes = Module("modes", { options.add(["passunknown", "pu"], "Pass through unknown keys in these modes", - "stringlist", "!text_edit,!input,base", + "stringlist", "!text_edit,base", opts); options.add(["showmode", "smd"], |