From 7527fc355212aa8c9d64ca7d8fb5e1c80ed1ad79 Mon Sep 17 00:00:00 2001 From: Chrys Date: Thu, 22 Aug 2019 20:28:23 +0200 Subject: [PATCH] restructure conCursorChange --- .../onCursorChange/{45000-char_echo.py => 15000-char_echo.py} | 0 .../{60000-word_echo_type.py => 25000-word_echo_type.py} | 0 .../onCursorChange/{62000-spell_check.py => 35000-spell_check.py} | 0 .../{65000-char_delete_echo.py => 45000-char_delete_echo.py} | 0 .../{46000-tab_completion.py => 55000-tab_completion.py} | 0 ...1000-word_echo_navigation.py => 60000-word_echo_navigation.py} | 0 ...ertical.py => 65000-present_line_if_cursor_change_vertical.py} | 0 .../{77000-has_attribute.py => 85000-has_attribute.py} | 0 .../{66000-exit_review_mode.py => 95000-exit_review_mode.py} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename src/fenrirscreenreader/commands/onCursorChange/{45000-char_echo.py => 15000-char_echo.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{60000-word_echo_type.py => 25000-word_echo_type.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{62000-spell_check.py => 35000-spell_check.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{65000-char_delete_echo.py => 45000-char_delete_echo.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{46000-tab_completion.py => 55000-tab_completion.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{61000-word_echo_navigation.py => 60000-word_echo_navigation.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{55000-present_line_if_cursor_change_vertical.py => 65000-present_line_if_cursor_change_vertical.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{77000-has_attribute.py => 85000-has_attribute.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{66000-exit_review_mode.py => 95000-exit_review_mode.py} (100%) diff --git a/src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py rename to src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_type.py b/src/fenrirscreenreader/commands/onCursorChange/25000-word_echo_type.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_type.py rename to src/fenrirscreenreader/commands/onCursorChange/25000-word_echo_type.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/62000-spell_check.py b/src/fenrirscreenreader/commands/onCursorChange/35000-spell_check.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/62000-spell_check.py rename to src/fenrirscreenreader/commands/onCursorChange/35000-spell_check.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/65000-char_delete_echo.py b/src/fenrirscreenreader/commands/onCursorChange/45000-char_delete_echo.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/65000-char_delete_echo.py rename to src/fenrirscreenreader/commands/onCursorChange/45000-char_delete_echo.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/46000-tab_completion.py b/src/fenrirscreenreader/commands/onCursorChange/55000-tab_completion.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/46000-tab_completion.py rename to src/fenrirscreenreader/commands/onCursorChange/55000-tab_completion.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/61000-word_echo_navigation.py b/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_navigation.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/61000-word_echo_navigation.py rename to src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_navigation.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/55000-present_line_if_cursor_change_vertical.py b/src/fenrirscreenreader/commands/onCursorChange/65000-present_line_if_cursor_change_vertical.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/55000-present_line_if_cursor_change_vertical.py rename to src/fenrirscreenreader/commands/onCursorChange/65000-present_line_if_cursor_change_vertical.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/77000-has_attribute.py b/src/fenrirscreenreader/commands/onCursorChange/85000-has_attribute.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/77000-has_attribute.py rename to src/fenrirscreenreader/commands/onCursorChange/85000-has_attribute.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/66000-exit_review_mode.py b/src/fenrirscreenreader/commands/onCursorChange/95000-exit_review_mode.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/66000-exit_review_mode.py rename to src/fenrirscreenreader/commands/onCursorChange/95000-exit_review_mode.py