Ticket #240 (closed enhancement: fixed)
Copy to clipboard using the review cursor
| Reported by: | jteh | Owned by: | jteh |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Core | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | ||
| Blocking: |
Description
Sometimes, especially in situations where some text can only be accessed with the review cursor (e.g. text consoles), it would be desirable to have a way to select text using the review cursor for copying to the clipboard.
Instead of the standard Windows method of selection (holding down a modifier while cursoring), I think setting start and end markers is more ideal. They require less finger twisting, less commands and less code modification.
This would be done as follows:
- Move the review cursor to the start of the text to be copied.
- Press NVDA+[ to set the start marker.
- Move the review cursor to the end of the text to be copied.
- Press NVDA+] to indicate the end of the text. This would cause the text from the start marker (set in step 2) up to the current position of the review cursor (step 3) to be copied to the clipboard.

