1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 19:57:58 +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
{
liberator.threadYield(true, true);
liberator.threadYield(false, true);
noremap = !!noremap;