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:
@@ -905,7 +905,7 @@ function Events() //{{{
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
liberator.threadYield(true, true);
|
liberator.threadYield(false, true);
|
||||||
|
|
||||||
noremap = !!noremap;
|
noremap = !!noremap;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user