Skip to content

Commit 6ff510a

Browse files
committed
Review action.
1 parent 47765af commit 6ff510a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

source/NVDAObjects/UIA/winConsoleUIA.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ class WinConsoleUIA(KeyboardHandlerBasedTypedCharSupport):
235235
#: Only process text changes every 30 ms, in case the console is getting
236236
#: a lot of text.
237237
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.
238241
TextInfo = consoleUIATextInfo
239242
#: the caret in consoles can take a while to move on Windows 10 1903 and later.
240243
_caretMovementTimeoutMultiplier = 1.5

0 commit comments

Comments
 (0)