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 diff --git a/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_type.py b/src/fenrirscreenreader/commands/onCursorChange/46000-word_echo_type.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_type.py rename to src/fenrirscreenreader/commands/onCursorChange/46000-word_echo_type.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/46000-tab_completion.py b/src/fenrirscreenreader/commands/onCursorChange/48000-tab_completion.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/46000-tab_completion.py rename to src/fenrirscreenreader/commands/onCursorChange/48000-tab_completion.py