From 3bd8e5e561b93ce22985a46eec869aad1b8745b7 Mon Sep 17 00:00:00 2001 From: Chrys Date: Wed, 21 Aug 2019 23:03:46 +0200 Subject: [PATCH] resort word echo --- .../commands/onCursorChange/45000-char_echo.py | 2 +- .../{60000-word_echo_type.py => 46000-word_echo_type.py} | 0 .../{46000-tab_completion.py => 48000-tab_completion.py} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/fenrirscreenreader/commands/onCursorChange/{60000-word_echo_type.py => 46000-word_echo_type.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{46000-tab_completion.py => 48000-tab_completion.py} (100%) 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