Shortcuts for TextArea
#3548
-
|
What's the shortcuts of copy selected text for TextArea? What's the shortcuts of undo for TextArea? |
Beta Was this translation helpful? Give feedback.
Answered by
davep
Oct 17, 2023
Replies: 1 comment 4 replies
-
|
As with all of our widgets, the bindings for TextArea are given in its documentation: https://textual.textualize.io/widgets/text_area/#bindings Currently TextArea has no internal clipboard facility, and I believe undo support is planned (and designed into the core of the widget) but not yet implemented. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Tim-Cao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As with all of our widgets, the bindings for TextArea are given in its documentation: https://textual.textualize.io/widgets/text_area/#bindings
Currently TextArea has no internal clipboard facility, and I believe undo support is planned (and designed into the core of the widget) but not yet implemented.