New command: Move review cursor to position marked as start for copy (#1969)#9925
Conversation
LeonarddeR
left a comment
There was a problem hiding this comment.
Please use the script decorator for this. script_review_currentSymbol contains a good example.
Done. My bad, I had not noticed new global commands did follow the new construct. |
No problem at all.
I recall @feerrenrut said somewhere that he'd rather not do this, as it also introduces the risk of breaking things. |
401e6db to
e39527c
Compare
|
e39527c: Rebased onto latest master |
e39527c to
2281bab
Compare
|
Rebased onto latest master and linted. |
|
Is this PR ready to merge? I saw that he is now in an approved state. |
feerrenrut
left a comment
There was a problem hiding this comment.
Thanks @JulienCochuyt
Link to issue number:
Fixes #1969
Summary of the issue:
There is currently no way to tell which review position has been marked as the starting point for a select or copy operation.
Description of how this pull request fixes the issue:
Add a new command to move the review cursor to the position previously marked as starting point.
Testing performed:
Tested from source in a terminal, an editor and a web browser.
NVDA+F9to mark the start.NVDA+shift+F9to move review cursor to start markNumpad 6andNumpad 4to review words either side of the start mark to get context.Known issues with pull request:
Change log entry:
Section: New features
A command has been added to move the review cursor to the position previously set as start marker for selection or copy: NVDA+shift+F9