Is Textual suitable for arrow key navigation? #4863
-
our environment normally do not provide mouse and need pure keyboard navigation through the TUI. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
What makes you think that all the examples only seem usable with a mouse? You can interact with all Textual widgets using the keyboard and use Tab to move focus to the next widget. Pressing Shift+Tab moves the focus in the opposite direction. |
Beta Was this translation helpful? Give feedback.
-
@braindevices As Tom pointed out you can use |
Beta Was this translation helpful? Give feedback.
What makes you think that all the examples only seem usable with a mouse?
You can interact with all Textual widgets using the keyboard and use Tab to move focus to the next widget. Pressing Shift+Tab moves the focus in the opposite direction.