Skip to content

Commit 0c001e3

Browse files
authored
Merge 529a8f6 into 4ed4331
2 parents 4ed4331 + 529a8f6 commit 0c001e3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source/appModules/windowsinternal_composableshell_experiences_textinput_inputapp.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A part of NonVisual Desktop Access (NVDA)
2-
# Copyright (C) 2017-2022 NV Access Limited, Joseph Lee
2+
# Copyright (C) 2017-2023 NV Access Limited, Joseph Lee
33
# This file is covered by the GNU General Public License.
44
# See the file COPYING for more details.
55

@@ -111,6 +111,9 @@ class AppModule(appModuleHandler.AppModule):
111111

112112
# Cache the most recently selected item.
113113
_recentlySelected = None
114+
# In Windows 11, clipboard history is seen as a web document.
115+
# Turn off browse mode by default so clipboard history entry menu items can be announced when tabbed to.
116+
disableBrowseModeByDefault: bool = True
114117

115118
def event_UIA_elementSelected(self, obj, nextHandler):
116119
# Logic for IME candidate items is handled all within its own object

0 commit comments

Comments
 (0)