Skip to content

Commit

Permalink
App modules: add commsapps app module for Windows 10 Mail and Calenda…
Browse files Browse the repository at this point in the history
…r in order to restore browse mode functionality when reading emails (#11608)

* appModules: add commsapps app module for Windows 10 Mail and Calendar 16005.13110 in order to restore browse mode functionality. Re #11439.

In 2020, as part of unifying Mail and Calendar, hxoutlook.exe was renamed to commsapps.exe. Without the new app module, browse mode in Mail will not function, therefore add an alias app module for hxoutlook.py.

* appModules/commsapps: flake8 (NOQA: F401, F403 as this is an alias app module)

* Update what's new

Co-authored-by: Michael Curran <[email protected]>
  • Loading branch information
josephsl and michaelDCurran authored Sep 29, 2020
1 parent 37c7a29 commit afb8fce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/appModules/commsapps.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# A part of NonVisual Desktop Access (NVDA)
# Copyright (C) 2020 NV Access Limited, Joseph Lee
# This file is covered by the GNU General Public License.
# See the file COPYING for more details.

# An alias for hxoutlook appModule
from .hxoutlook import * # NOQA: F401, F403
1 change: 1 addition & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ What's New in NVDA
- On Windows 7, opening and closing the start menu from the desktop now sets focus correctly. (#10567)
- When "attempt to cancel expired focus events" is enabled, the title of the tab is now announced again when switching tabs in Firefox. (#11397)
- NVDA no longer fails to announce a list item after typing a character in a list when speaking with the SAPI5 Ivona voices. (#11651)
- It is again possible to use browse mode when reading emails in Windows 10 Mail 16005.13110 and later. (#11439)


== Changes for Developers ==
Expand Down

0 comments on commit afb8fce

Please sign in to comment.