1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-28 07:35:45 +01:00

:set passunknown-=!input

This commit is contained in:
Kris Maglione
2011-06-28 19:41:30 -04:00
parent bfb111894c
commit eefc32dfe4
3 changed files with 4 additions and 2 deletions

View File

@@ -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"],