Skip to content

Commit

Permalink
Review action.
Browse files Browse the repository at this point in the history
  • Loading branch information
codeofdusk committed Aug 12, 2019
1 parent 47765af commit 6ff510a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/NVDAObjects/UIA/winConsoleUIA.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ class WinConsoleUIA(KeyboardHandlerBasedTypedCharSupport):
#: Only process text changes every 30 ms, in case the console is getting
#: a lot of text.
STABILIZE_DELAY = 0.03
#: Use our custom textInfo for UIA consoles.
#: This fixes expand/collapse, implements word movement,
# and bounds review to the visible text.
TextInfo = consoleUIATextInfo
#: the caret in consoles can take a while to move on Windows 10 1903 and later.
_caretMovementTimeoutMultiplier = 1.5
Expand Down

0 comments on commit 6ff510a

Please sign in to comment.