Skip to content

Commit 9598665

Browse files
authored
Merge b4bf5ac into b94415e
2 parents b94415e + b4bf5ac commit 9598665

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

source/NVDAObjects/UIA/winConsoleUIA.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,10 @@ def event_UIA_notification(self, **kwargs):
450450
"Block notification events when diffing to prevent double reporting."
451451
log.debugWarning(f"Notification event blocked to avoid double-report: {kwargs}")
452452

453+
def _get_caretMovementDetectionUsesEvents(self):
454+
"Windows Terminal has a good implementation of caret move detection."
455+
return True
456+
453457

454458
class _NotificationsBasedWinTerminalUIA(UIA):
455459
"""

user_docs/en/changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
### Bug Fixes
1414

15-
* NVDA once again relies on UIA events for caret movement in XAML and WPF text controls, rather than only on manual querying of the caret position. (#16817, @LeonarddeR)
16-
* The Seika Notetaker driver now correctly generates braille input for space, backspace and dots with space/backspace gestures. (#16642, @school510587)
17-
* In on-demand speech mode, NVDA does not talk anymore when a message is opened in Outlook, when a new page is loaded in a browser or during the slideshow in PowerPoint. (#16825, @CyrilleB79)
1815
* NVDA once again relies on events for caret movement in several cases, rather than only on manual querying of the caret position.
1916
* UIA for XAML and WPF text controls. (#16817, @LeonarddeR)
2017
* IAccessible2 for browsers such as Firefox and Chromium based browsers. (#11545, #16815, @LeonarddeR)
18+
* UIA in Windows Terminal. (#16873, @codeofdusk)
19+
* The Seika Notetaker driver now correctly generates braille input for space, backspace and dots with space/backspace gestures. (#16642, @school510587)
20+
* In on-demand speech mode, NVDA does not talk anymore when a message is opened in Outlook, when a new page is loaded in a browser or during the slideshow in PowerPoint. (#16825, @CyrilleB79)
2121

2222

2323
### Changes for Developers

0 commit comments

Comments
 (0)