From 0a78d4d3c62dba9aed580b7b8fe411a6697ff8e2 Mon Sep 17 00:00:00 2001 From: Chrys Date: Thu, 22 Aug 2019 00:02:56 +0200 Subject: [PATCH] style --- .../commands/onCursorChange/45000-char_echo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py index 926d8ebd..c4cd2ad6 100644 --- a/src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py +++ b/src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py @@ -20,7 +20,7 @@ class command(): # big changes are no char (but the value is bigger than one maybe the differ needs longer than you can type, so a little strange random buffer for now) xMove = abs(self.env['screen']['newCursor']['x'] - self.env['screen']['oldCursor']['x']) if xMove > 1: - return + return if not self.env['runtime']['settingsManager'].getSettingAsBool('keyboard', 'charEcho'): return # detect deletion or chilling