mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-22 17:35:47 +01:00
Get rid of absurd config.ignoreKeys. Closes issue #406.
This commit is contained in:
@@ -1232,12 +1232,10 @@ var Events = Module("events", {
|
||||
if (ignore)
|
||||
return null;
|
||||
|
||||
// FIXME: Why is this hard coded? --Kris
|
||||
if (key == "<C-c>")
|
||||
util.interrupted = true;
|
||||
|
||||
if (config.ignoreKeys[key] & mode.main)
|
||||
return null;
|
||||
|
||||
this.processor = ProcessorStack(mode, mappings.hives.array, event.noremap);
|
||||
this.processor.keyEvents = this.keyEvents;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user