nvaccess / nvda

NVDA, the free and open source Screen Reader for Microsoft Windows
https://www.nvaccess.org/
Other
2.1k stars 634 forks source link

feature_request: When opening or closing the NVDA settings interface, remember to browse where the cursor is #10701

Closed dpy013 closed 4 years ago

dpy013 commented 4 years ago

hello Currently, when using NVDA settings, after opening or closing the NVDA settings interface, the cursor position will not be remembered.

Is your feature request related to a problem? Please describe.

You can track the cursor when the user browses the NVDA settings interface, so that the user can continue to browse the list of NVDA settings from the place they are browsing the next time they open the NVDA settings.

Describe the solution you'd like

none

Describe alternatives you've considered

none

Additional context

test1: NVDA Settings: General (normal configuration General', '1 of 14'] Speech', '2 of 14'] Braille', '3 of 14'] test2: NVDA Settings: General (normal configuration Speech', '2 of 14'] Braille', '3 of 14'] thanks

Adriani90 commented 4 years ago

I don't know any software which has this feature. Actually the list of categories is quite short. Why do you need this feature? It is actually not very trivial to implement due to wx python restrictions. cc: @josephsl what do you think?

Adriani90 commented 4 years ago

Closing due to the restrictions mentioned and due to the fact that there are many possibilities in NVDA to access settings very fast (i.e. ctrl+nvda+...; or single key strokes for most settings).