abitrary to run tests

This commit is contained in:
Will McGugan
2025-07-31 19:51:10 +01:00
parent d7bde3361b
commit 725f3594b9

View File

@@ -98,7 +98,10 @@ class Input(ScrollView):
show=False,
),
Binding(
"ctrl+right", "cursor_right_word", "Move cursor right a word", show=False
"ctrl+right",
"cursor_right_word",
"Move cursor right a word",
show=False,
),
Binding(
"ctrl+shift+right",