1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 00:17:57 +01:00

Don't flush event queue in feedkeys loop.

This commit is contained in:
Kris Maglione
2009-04-28 14:28:04 -04:00
parent 37f82baa00
commit c64cd9e1af

View File

@@ -905,7 +905,7 @@ function Events() //{{{
try try
{ {
liberator.threadYield(true, true); liberator.threadYield(false, true);
noremap = !!noremap; noremap = !!noremap;