From da97b14b12455fe7299c4894ee6733a4955689a8 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Tue, 30 Aug 2016 15:46:23 +0200 Subject: [PATCH] Update inputManager.py --- src/fenrir-package/core/inputManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrir-package/core/inputManager.py b/src/fenrir-package/core/inputManager.py index e2f432b9..21d7e8d6 100644 --- a/src/fenrir-package/core/inputManager.py +++ b/src/fenrir-package/core/inputManager.py @@ -25,7 +25,7 @@ class inputManager(): for fd in r: for event in self.iDevices[fd].read(): if self.isFenrirKey(environment, event): - environment['input']['consumeKey'] = not environment['input']['keyForeward'] and not environment['generalInformation ']['suspend'] + environment['input']['consumeKey'] = not environment['input']['keyForeward'] and not environment['generalInformation']['suspend'] if self.isConsumeKeypress(environment): self.writeUInput(self.uDevices[fd], event) keyString = ''