We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47765af commit 6ff510aCopy full SHA for 6ff510a
1 file changed
source/NVDAObjects/UIA/winConsoleUIA.py
@@ -235,6 +235,9 @@ class WinConsoleUIA(KeyboardHandlerBasedTypedCharSupport):
235
#: Only process text changes every 30 ms, in case the console is getting
236
#: a lot of text.
237
STABILIZE_DELAY = 0.03
238
+ #: Use our custom textInfo for UIA consoles.
239
+ #: This fixes expand/collapse, implements word movement,
240
+ # and bounds review to the visible text.
241
TextInfo = consoleUIATextInfo
242
#: the caret in consoles can take a while to move on Windows 10 1903 and later.
243
_caretMovementTimeoutMultiplier = 1.5
0 commit comments