You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by jteh on 2008-11-25 11:44
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.
The text was updated successfully, but these errors were encountered:
Reported by jteh on 2008-11-25 11:44
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:
The text was updated successfully, but these errors were encountered: