1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 06:04:11 +01:00

Fix t_p broken in revision 650be38ccc54. Closes issue #391.

This commit is contained in:
Kris Maglione
2011-02-19 15:06:58 -05:00
parent 83e8d068c2
commit 4297b54d7a
4 changed files with 15 additions and 18 deletions

View File

@@ -231,7 +231,7 @@ var KeyProcessor = Class("KeyProcessor", {
}
if (!this.waiting)
return this.main.input ? Events.PASS : Events.ABORT;
return this.main.insert ? Events.PASS : Events.ABORT;
return Events.WAIT;
}