mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 07:45:45 +01:00
Some 'passunknown' enhancements.
This commit is contained in:
@@ -44,7 +44,7 @@ var ProcessorStack = Class("ProcessorStack", {
|
||||
this.processors.unshift(KeyProcessor(modes.BASE, hive));
|
||||
},
|
||||
|
||||
passUnknown: Class.memoize(function () this.modes.some(function (m) m.passUnknown)),
|
||||
passUnknown: Class.memoize(function () options.get("passunknown").getKey(this.modes)),
|
||||
|
||||
notify: function () {
|
||||
events.keyEvents = [];
|
||||
|
||||
Reference in New Issue
Block a user