Windows 10 native Mail app
Brian Williams
Hi all, recently returned to windows from a Macbook which I never really got on with. Using the native app for mail, going to the list of emails I have received I press enter to open one. I am only then able to read it line by line by holding down the control Key and using the down arrow. If I just use the down arrow key it reads the same line over and over. Is this an issue with NVDA, is there a keyboard command I am using wrongly or missing? The mail app does seem to be a bit fiddly but I don’t know whether it’s Windows 10 problem or a NVDA problem. is there a specific NVDA list of keystrokes to use within the mail app? Grateful for your help.
Brian
|
|
Ian Westerland
Hello Brian, use the NVDA key instead of the Control key with the Down Arrow key. You should then be able to read a whole Email.
toggle quoted messageShow quoted text
I hope this works for you. Best regards Ian Westerland
On 1/14/2021 6:49 PM, Brian Williams wrote:
Hi all, recently returned to windows from a Macbook which I never really got on with. Using the native app for mail, going to the list of emails I have received I press enter to open one. I am only then able to read it line by line by holding down the control Key and using the down arrow. If I just use the down arrow key it reads the same line over and over. Is this an issue with NVDA, is there a keyboard command I am using wrongly or missing? The mail app does seem to be a bit fiddly but I don’t know whether it’s Windows 10 problem or a NVDA problem. is there a specific NVDA list of keystrokes to use within the mail app? Grateful for your help.
|
|
Gene
Install the NVDA Windows 10 appessentials add-on.
toggle quoted messageShow quoted text
https://addons.nvda-project.org/addons/wintenApps.en.html Gene
-----Original Message-----
From: Brian Williams Sent: Thursday, January 14, 2021 1:49 AM To: nvda@nvda.groups.io Subject: [nvda] Windows 10 native Mail app Hi all, recently returned to windows from a Macbook which I never really got on with. Using the native app for mail, going to the list of emails I have received I press enter to open one. I am only then able to read it line by line by holding down the control Key and using the down arrow. If I just use the down arrow key it reads the same line over and over. Is this an issue with NVDA, is there a keyboard command I am using wrongly or missing? The mail app does seem to be a bit fiddly but I don’t know whether it’s Windows 10 problem or a NVDA problem. is there a specific NVDA list of keystrokes to use within the mail app? Grateful for your help. Brian
|
|
Gene
I hadn't noticed that control was being used. I believe the add-on will make the app easier to use but I don't know if it will affect read to end. That may be solved by using the command discussed in the below message.
toggle quoted messageShow quoted text
Gene
-----Original Message-----
From: Ian Westerland Sent: Thursday, January 14, 2021 2:06 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Windows 10 native Mail app Hello Brian, use the NVDA key instead of the Control key with the Down Arrow key. You should then be able to read a whole Email. I hope this works for you. Best regards Ian Westerland On 1/14/2021 6:49 PM, Brian Williams wrote: Hi all, recently returned to windows from a Macbook which I never really got on with. Using the native app for mail, going to the list of emails I have received I press enter to open one. I am only then able to read it line by line by holding down the control Key and using the down arrow. If I just use the down arrow key it reads the same line over and over. Is this an issue with NVDA, is there a keyboard command I am using wrongly or missing? The mail app does seem to be a bit fiddly but I don’t know whether it’s Windows 10 problem or a NVDA problem. is there a specific NVDA list of keystrokes to use within the mail app? Grateful for your help.
|
|
Chris Mullins
Hi Brian If you are using Windows 10 I would install the Windows 10 App essentials add-on, which smoothes out some of the accessibility wrinkles within the OS and it’s apps, including Windows Mail.
Cheers Chris
From: Brian Williams
Sent: 14 January 2021 07:49 To: nvda@nvda.groups.io Subject: [nvda] Windows 10 native Mail app
Hi all, recently returned to windows from a Macbook which I never really got on with. Using the native app for mail, going to the list of emails I have received I press enter to open one. I am only then able to read it line by line by holding down the control Key and using the down arrow. If I just use the down arrow key it reads the same line over and over. Is this an issue with NVDA, is there a keyboard command I am using wrongly or missing? The mail app does seem to be a bit fiddly but I don’t know whether it’s Windows 10 problem or a NVDA problem. is there a specific NVDA list of keystrokes to use within the mail app? Grateful for your help. Brian
|
|
Luke Robinett
Out of curiosity, if an add-on is needed to have reliable access to what are considered essential Windows apps, I just gotta ask… Why not just roll that into the core functionality of NVDA?
On Jan 14, 2021, at 5:22 AM, Chris Mullins <cjmullins29@...> wrote:
|
|
Chris Mullins
Hi Some of it does get rolled into the NVDA core but I think Joseph Lee uses the add-on as a vehicle to apply solutions quickly without having to wait for NVDA releases.
Cheers Chris
From: Luke Robinett
Sent: 17 January 2021 19:58 To: nvda@nvda.groups.io Subject: Re: [nvda] Windows 10 native Mail app
Out of curiosity, if an add-on is needed to have reliable access to what are considered essential Windows apps, I just gotta ask… Why not just roll that into the core functionality of NVDA?
|
|
Hi, Parts of Windows 10 App Essentials are being rolled into NVDA Core at the moment. NVDA 2020.4 includes a notable contribution from this add-on, namely support for modern Windows 10 Calculator. I noted “parts of the add-on” because of the way Windows 10 and its apps are developed: Windows 10 is a service, therefore changes happen frequently. This necessitates keeping up with Windows 10 and its apps on an ongoing basis – a bit close to real-time, but not quite. What makes it hard is that changes made to Windows 10 and apps can be reversed at any moment, therefore causing developers to scramble to undo changes or put compatibility layer in place. Add to the fact that NVDA stable releases happen in a matter of months (typically two to three months), and because some users install new Windows 10 development builds on a weekly basis, by the time a new NVDA stable version comes out, what NVDA knows about Windows 10 would be really out of date. Therefore a safer approach is letting Windows 10 App Essentials add-on fill the gap until certain Windows 10 features are announced as being made available to the general public, and then submit changes from the add-on to NVDA Core so it can be included in the next NVDA stable release. This is the reason why, at least once a month or two, you’ll get Windows 10 App Essentials update announcement. To illustrate what I’m saying, here’s the procedure I employ when developing Windows 10 App Essentials add-on:
In other words, these days Windows 10 App Essentials add-on has become a testing platform for features that will be included in NVDA Core given stability over time. This is not limited to WinTenApps at all – you may have noticed that parts of other add-ons made their way into NVDA Core, the biggest change planned being incorporating Add-on Updater into NVDA Core in the future (a different topic). Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Luke Robinett
Sent: Sunday, January 17, 2021 11:58 AM To: nvda@nvda.groups.io Subject: Re: [nvda] Windows 10 native Mail app
Out of curiosity, if an add-on is needed to have reliable access to what are considered essential Windows apps, I just gotta ask… Why not just roll that into the core functionality of NVDA?
|
|
Luke Robinett
Hi Joseph. Thanks for breaking that down for us. That helps me understand the rationale for tackling Windows updates with the essentials add-on vs trying to bake it all into the main code.
Thanks, Luke
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Joseph Lee
Sent: Sunday, January 17, 2021 1:08 PM To: nvda@nvda.groups.io Subject: Re: [nvda] Windows 10 native Mail app
Hi, Parts of Windows 10 App Essentials are being rolled into NVDA Core at the moment. NVDA 2020.4 includes a notable contribution from this add-on, namely support for modern Windows 10 Calculator. I noted “parts of the add-on” because of the way Windows 10 and its apps are developed: Windows 10 is a service, therefore changes happen frequently. This necessitates keeping up with Windows 10 and its apps on an ongoing basis – a bit close to real-time, but not quite. What makes it hard is that changes made to Windows 10 and apps can be reversed at any moment, therefore causing developers to scramble to undo changes or put compatibility layer in place. Add to the fact that NVDA stable releases happen in a matter of months (typically two to three months), and because some users install new Windows 10 development builds on a weekly basis, by the time a new NVDA stable version comes out, what NVDA knows about Windows 10 would be really out of date. Therefore a safer approach is letting Windows 10 App Essentials add-on fill the gap until certain Windows 10 features are announced as being made available to the general public, and then submit changes from the add-on to NVDA Core so it can be included in the next NVDA stable release. This is the reason why, at least once a month or two, you’ll get Windows 10 App Essentials update announcement. To illustrate what I’m saying, here’s the procedure I employ when developing Windows 10 App Essentials add-on:
In other words, these days Windows 10 App Essentials add-on has become a testing platform for features that will be included in NVDA Core given stability over time. This is not limited to WinTenApps at all – you may have noticed that parts of other add-ons made their way into NVDA Core, the biggest change planned being incorporating Add-on Updater into NVDA Core in the future (a different topic). Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Luke Robinett
Out of curiosity, if an add-on is needed to have reliable access to what are considered essential Windows apps, I just gotta ask… Why not just roll that into the core functionality of NVDA?
|
|