diff --git a/src/fenrirscreenreader/core/inputManager.py b/src/fenrirscreenreader/core/inputManager.py index 72cc6478..86241ea7 100644 --- a/src/fenrirscreenreader/core/inputManager.py +++ b/src/fenrirscreenreader/core/inputManager.py @@ -66,7 +66,7 @@ class inputManager(): if not eventData: return # a hang apears.. try to fix - if self.env['input']['eventBuffer'] != []: + if self.env['input']['eventBuffer'] == []: self.env['input']['currInput'] = [] self.env['input']['prevInput'] = self.env['input']['currInput'].copy() if eventData['EventState'] == 0: