-
-
Notifications
You must be signed in to change notification settings - Fork 704
Description
Is your feature request related to a problem? Please describe.
If braille is tethered to review cursor, system caret is not moved in text areas when navigated with braille display buttons (scroll forward/back, next/previous line). This is fine because then system caret keeps it position when checking something for example from previous line.
But if you navigate with display buttons for example to the previous line and there is typo you would like to correct, it is quite complex. You can press routing button to get review cursor to the desired position, but then you have to move system caret with separate command.
Describe the solution you'd like
There should be setting in the braille settings dialog. Setting could be something like "Routing review cursor routes system caret". This setting would have effect only if braille would be tethered to review cursor. Current behavior should be default.
Describe alternatives you've considered
In addition to the setting described above some modification of script_braille_routeTo in globalCommands.py.
Additional context
If accepted, I could try to implement this.