-
-
Notifications
You must be signed in to change notification settings - Fork 650
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable caret events in the UIA console (PR #9986)
A regression caused during Python 3 migration. NVDA was announcing the final character of the prompt after backspacing text quickly. This can result in NVDA announcing "greater" after backspacing a line of text. Disable caret events in the UIA console and legacy consoles. This PR disables the caret movement event detection from #9933
- Loading branch information
1 parent
be63d19
commit 288af0d
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters