1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-14 16:05:47 +01:00

Auto-flush the autocomplete timer after feeding keys.

This commit is contained in:
Kris Maglione
2011-02-03 11:42:04 -05:00
parent b89ef65a59
commit d9ad94fb1e
2 changed files with 7 additions and 0 deletions

View File

@@ -558,6 +558,7 @@ var Events = Module("events", {
this.feedingKeys = wasFeeding;
if (quiet)
commandline.quiet = wasQuiet;
dactyl.triggerObserver("events.doneFeeding");
}
return true;
},