From 975efcace06b15e5cef5a7f6e54fcdf65af8078c Mon Sep 17 00:00:00 2001 From: Chrys Date: Thu, 22 Aug 2019 00:01:05 +0200 Subject: [PATCH] Revert "resort word echo" This reverts commit 3bd8e5e561b93ce22985a46eec869aad1b8745b7. --- .../commands/onCursorChange/45000-char_echo.py | 2 +- .../{48000-tab_completion.py => 46000-tab_completion.py} | 0 .../{46000-word_echo_type.py => 60000-word_echo_type.py} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/fenrirscreenreader/commands/onCursorChange/{48000-tab_completion.py => 46000-tab_completion.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{46000-word_echo_type.py => 60000-word_echo_type.py} (100%) diff --git a/src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py index c4cd2ad6..926d8ebd 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/48000-tab_completion.py b/src/fenrirscreenreader/commands/onCursorChange/46000-tab_completion.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/48000-tab_completion.py rename to src/fenrirscreenreader/commands/onCursorChange/46000-tab_completion.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/46000-word_echo_type.py b/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_type.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/46000-word_echo_type.py rename to src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_type.py