Added question

This commit is contained in:
Will McGugan
2023-02-21 16:03:05 +00:00
parent 12da115e98
commit 3a79435350
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
title: "How can I select and copy text in a Textual app?"
alt_titles:
- "Can't copy text"
- "Highlighting and copy text not working"
---
Running a Textual app puts your terminal in to *application mode* which disables clicking and dragging to select text.
Most terminal emulators offer a modifier key which you can hold while you click and drag to restore the behavior you
may expect from the command line. The exact modifier key depends on the terminal and platform you are running on.
- **iTerm** Hold the OPTION key.
- **Gnome Terminal** Hold the SHIFT key.
- **Windows Terminal** Hold the SHIFT key.
Refer to the documentation for your terminal emulator, if it is not listed above.