From 7ce4bc08110e01e1ae83c2fe1bd919bddc9cc1d3 Mon Sep 17 00:00:00 2001 From: Chrys Date: Thu, 22 Aug 2019 23:43:00 +0200 Subject: [PATCH] save cursor commands --- .../commands/onCursorChange/{ => resort}/15000-char_echo.py | 0 .../commands/onCursorChange/{ => resort}/25000-word_echo_type.py | 0 .../commands/onCursorChange/{ => resort}/35000-spell_check.py | 0 .../onCursorChange/{ => resort}/45000-char_delete_echo.py | 0 .../50000-present_char_if_cursor_change_horizontal.py | 0 .../commands/onCursorChange/{ => resort}/55000-tab_completion.py | 0 .../onCursorChange/{ => resort}/60000-word_echo_navigation.py | 0 .../{ => resort}/65000-present_line_if_cursor_change_vertical.py | 0 .../commands/onCursorChange/{ => resort}/85000-has_attribute.py | 0 .../onCursorChange/{ => resort}/95000-exit_review_mode.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/15000-char_echo.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/25000-word_echo_type.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/35000-spell_check.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/45000-char_delete_echo.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/50000-present_char_if_cursor_change_horizontal.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/55000-tab_completion.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/60000-word_echo_navigation.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/65000-present_line_if_cursor_change_vertical.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/85000-has_attribute.py (100%) rename src/fenrirscreenreader/commands/onCursorChange/{ => resort}/95000-exit_review_mode.py (100%) diff --git a/src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py b/src/fenrirscreenreader/commands/onCursorChange/resort/15000-char_echo.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/15000-char_echo.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/15000-char_echo.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/25000-word_echo_type.py b/src/fenrirscreenreader/commands/onCursorChange/resort/25000-word_echo_type.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/25000-word_echo_type.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/25000-word_echo_type.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/35000-spell_check.py b/src/fenrirscreenreader/commands/onCursorChange/resort/35000-spell_check.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/35000-spell_check.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/35000-spell_check.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/45000-char_delete_echo.py b/src/fenrirscreenreader/commands/onCursorChange/resort/45000-char_delete_echo.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/45000-char_delete_echo.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/45000-char_delete_echo.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/50000-present_char_if_cursor_change_horizontal.py b/src/fenrirscreenreader/commands/onCursorChange/resort/50000-present_char_if_cursor_change_horizontal.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/50000-present_char_if_cursor_change_horizontal.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/50000-present_char_if_cursor_change_horizontal.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/55000-tab_completion.py b/src/fenrirscreenreader/commands/onCursorChange/resort/55000-tab_completion.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/55000-tab_completion.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/55000-tab_completion.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_navigation.py b/src/fenrirscreenreader/commands/onCursorChange/resort/60000-word_echo_navigation.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/60000-word_echo_navigation.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/60000-word_echo_navigation.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/65000-present_line_if_cursor_change_vertical.py b/src/fenrirscreenreader/commands/onCursorChange/resort/65000-present_line_if_cursor_change_vertical.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/65000-present_line_if_cursor_change_vertical.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/65000-present_line_if_cursor_change_vertical.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/85000-has_attribute.py b/src/fenrirscreenreader/commands/onCursorChange/resort/85000-has_attribute.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/85000-has_attribute.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/85000-has_attribute.py diff --git a/src/fenrirscreenreader/commands/onCursorChange/95000-exit_review_mode.py b/src/fenrirscreenreader/commands/onCursorChange/resort/95000-exit_review_mode.py similarity index 100% rename from src/fenrirscreenreader/commands/onCursorChange/95000-exit_review_mode.py rename to src/fenrirscreenreader/commands/onCursorChange/resort/95000-exit_review_mode.py