mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:52:26 +01:00
Allow C-c to interrupt search highlighting
This commit is contained in:
@@ -647,10 +647,7 @@ liberator.Hints = function () //{{{
|
||||
generate(win);
|
||||
|
||||
// get all keys from the input queue
|
||||
var mt = Components.classes["@mozilla.org/thread-manager;1"]
|
||||
.getService().mainThread;
|
||||
while (mt.hasPendingEvents())
|
||||
mt.processNextEvent(true);
|
||||
liberator.threadyield(true);
|
||||
|
||||
canUpdate = true;
|
||||
showHints();
|
||||
|
||||
Reference in New Issue
Block a user