From bbbdf87c932144b2796c38e38b6667e5ffbecbf5 Mon Sep 17 00:00:00 2001 From: chrys Date: Fri, 20 Jul 2018 03:00:16 +0200 Subject: [PATCH] fix stuff --- .../onCursorChange/{30000-char_echo.py => 45000-char_echo.py} | 0 .../{63000-tab_completion.py => 46000-tab_completion.py} | 0 ...ontal.py => 50000-present_char_if_cursor_change_horizontal.py} | 0 ...ertical.py => 55000-present_line_if_cursor_change_vertical.py} | 0 .../{40000-word_echo_type.py => 60000-word_echo_type.py} | 0 .../onCursorChange/{55000-spell_check.py => 62000-spell_check.py} | 0 .../{50000-char_delete_echo.py => 65000-char_delete_echo.py} | 0 .../{90000-exit_review_mode.py => 66000-exit_review_mode.py} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/fenrirscreenreader/commands/onCursorChange/{30000-char_echo.py => 45000-char_echo.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{63000-tab_completion.py => 46000-tab_completion.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{68000-present_char_if_cursor_change_horizontal.py => 50000-present_char_if_cursor_change_horizontal.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{69000-present_line_if_cursor_change_vertical.py => 55000-present_line_if_cursor_change_vertical.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{40000-word_echo_type.py => 60000-word_echo_type.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{55000-spell_check.py => 62000-spell_check.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{50000-char_delete_echo.py => 65000-char_delete_echo.py} (100%) rename src/fenrirscreenreader/commands/onCursorChange/{90000-exit_review_mode.py => 66000-exit_review_mode.py} (100%) diff --git a/src/fenrirscreenreader/commands/onCursorChange/30000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/30000-char_echo.py rename to src/fenrirscreenreader/commands/onCursorChange/45000-char_echo.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/63000-tab_completion.py b/src/fenrirscreenreader/commands/onCursorChange/46000-tab_completion.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/63000-tab_completion.py rename to src/fenrirscreenreader/commands/onCursorChange/46000-tab_completion.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/68000-present_char_if_cursor_change_horizontal.py b/src/fenrirscreenreader/commands/onCursorChange/50000-present_char_if_cursor_change_horizontal.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/68000-present_char_if_cursor_change_horizontal.py rename to src/fenrirscreenreader/commands/onCursorChange/50000-present_char_if_cursor_change_horizontal.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/69000-present_line_if_cursor_change_vertical.py b/src/fenrirscreenreader/commands/onCursorChange/55000-present_line_if_cursor_change_vertical.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/69000-present_line_if_cursor_change_vertical.py rename to src/fenrirscreenreader/commands/onCursorChange/55000-present_line_if_cursor_change_vertical.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/40000-word_echo_type.py b/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_type.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/40000-word_echo_type.py rename to src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_type.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/55000-spell_check.py b/src/fenrirscreenreader/commands/onCursorChange/62000-spell_check.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/55000-spell_check.py rename to src/fenrirscreenreader/commands/onCursorChange/62000-spell_check.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/50000-char_delete_echo.py b/src/fenrirscreenreader/commands/onCursorChange/65000-char_delete_echo.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/50000-char_delete_echo.py rename to src/fenrirscreenreader/commands/onCursorChange/65000-char_delete_echo.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/90000-exit_review_mode.py b/src/fenrirscreenreader/commands/onCursorChange/66000-exit_review_mode.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/90000-exit_review_mode.py rename to src/fenrirscreenreader/commands/onCursorChange/66000-exit_review_mode.py