mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
abitrary to run tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user