|
Re: \Re: Windows 10 and email
What does? This was an abandoned feature, and abandoned long ago.
I don't know of a single e-mail client that supports identities in the way that OE implemented them, and since they never gained
What does? This was an abandoned feature, and abandoned long ago.
I don't know of a single e-mail client that supports identities in the way that OE implemented them, and since they never gained
|
By
Brian Vogel
·
#45824
·
|
|
Re: \Re: Windows 10 and email
Hi, Abbie,
I'd love to have the instructions on how to tweek thunderbird. I'm using outlook right now but I actually like thunderbird better. I like that when you hit enter on a message, it is read
Hi, Abbie,
I'd love to have the instructions on how to tweek thunderbird. I'm using outlook right now but I actually like thunderbird better. I like that when you hit enter on a message, it is read
|
By
Rosemarie Chavarria
·
#45823
·
|
|
Re: Favourite add-ons
Hi,
I doubt Windows 10 App Essentials will disappear into NVDA Core anytime soon, as things can happen with Windows 10 ecosystem that NV Access didn’t have time to come up with workarounds on time.
Hi,
I doubt Windows 10 App Essentials will disappear into NVDA Core anytime soon, as things can happen with Windows 10 ecosystem that NV Access didn’t have time to come up with workarounds on time.
|
By
Joseph Lee
·
#45822
·
|
|
Re: Favourite add-ons
My favorite add-ons are:
1. SPL
2. Goldwave
3. MP3 direct cut
4. Systraylist
5. Dropbox
6. Winamp
7. Golden Cursor
8. Win 10 app Essentials
9. Add
My favorite add-ons are:
1. SPL
2. Goldwave
3. MP3 direct cut
4. Systraylist
5. Dropbox
6. Winamp
7. Golden Cursor
8. Win 10 app Essentials
9. Add
|
By
Roger Stewart
·
#45821
·
|
|
Re: regular expression and speech dic
Here you are saying that you need to match something followed by "lv" rather than prefixed with "lv", which is best done with a second regular expression. Please provide a number of examples,
Here you are saying that you need to match something followed by "lv" rather than prefixed with "lv", which is best done with a second regular expression. Please provide a number of examples,
|
By
Brian Vogel
·
#45820
·
|
|
Re: regular expression and speech dic
William,
First, try the regular expression for the match: (lv\s*)([0-9]+)
with the same substitution: level \2
If that does not work, then please provide at least 5 examples
William,
First, try the regular expression for the match: (lv\s*)([0-9]+)
with the same substitution: level \2
If that does not work, then please provide at least 5 examples
|
By
Brian Vogel
·
#45819
·
|
|
Re: 2018 beta 3
i did not see newer versions of windows, but fortunately windows xp is
not affected by this issue and i experienced this problem with windows
seven too.
--
By God,
were I given all the seven
i did not see newer versions of windows, but fortunately windows xp is
not affected by this issue and i experienced this problem with windows
seven too.
--
By God,
were I given all the seven
|
By
zahra
·
#45818
·
|
|
Re: Favourite add-ons
Hi. My favorite addons are
Clip speak
Nvda remote
Vlc media player
Gold wave
Screen kirtan
Sistray list
File reader
Golden curser
Resource monitor
Emoticons
Enhance touch gestures
Input lock
Hi. My favorite addons are
Clip speak
Nvda remote
Vlc media player
Gold wave
Screen kirtan
Sistray list
File reader
Golden curser
Resource monitor
Emoticons
Enhance touch gestures
Input lock
|
By
abdul muhamin
·
#45817
·
|
|
Re: 2018 beta 3
To be honest, while it does reduce my power a lot, I have processer at full all the time.
To be honest, while it does reduce my power a lot, I have processer at full all the time.
|
By
Shaun Everiss
·
#45816
·
|
|
Re: 2018 beta 3
I'm assuming this is only on windows 10? I used to get similar issues in 7, till I made sure the idling speed of the processor was at least 50 percent. I wonder if its also because there is indexing
I'm assuming this is only on windows 10? I used to get similar issues in 7, till I made sure the idling speed of the processor was at least 50 percent. I wonder if its also because there is indexing
|
By
Brian's Mail list account
·
#45815
·
|
|
Re: \Re: Windows 10 and email
Yes that was my issue. It does seem to be far too feature ridden, There needs to be something between Tonka Toy win10 email and Outlook that still has identities.
Brian
bglists@...
Sent
Yes that was my issue. It does seem to be far too feature ridden, There needs to be something between Tonka Toy win10 email and Outlook that still has identities.
Brian
bglists@...
Sent
|
By
Brian's Mail list account
·
#45814
·
|
|
Re: regular expression and speech dic
Haha, oh that is the problem.
I refined your suggestion as
(lv)([^\u4e00-\u9fa5a-z0-9]+)
where \u4e00-\u9fa5 I found from the web is the code for Chinese word; and replace as level\2
Haha, oh that is the problem.
I refined your suggestion as
(lv)([^\u4e00-\u9fa5a-z0-9]+)
where \u4e00-\u9fa5 I found from the web is the code for Chinese word; and replace as level\2
|
By
Mr. Wong Chi Wai, William <cwwong.pro@...>
·
#45813
·
|
|
Re: NVDA announcing charging device battery:
Hi Kenny,
Glad you like it :) You can also press NVDA+shift+b to have NVDA report the battery status at any time.
Kind regards
Quentin.
--
Quentin Christensen
Training and Support Manager
Official
Hi Kenny,
Glad you like it :) You can also press NVDA+shift+b to have NVDA report the battery status at any time.
Kind regards
Quentin.
--
Quentin Christensen
Training and Support Manager
Official
|
By
Quentin Christensen
·
#45812
·
|
|
NVDA announcing charging device battery:
Hi list I noticed that when I pluged my laptop in to the outlet to charge the battery nvda announced charging debattery and then the percentage. It reminds me of the braillenote when you pluged in the
Hi list I noticed that when I pluged my laptop in to the outlet to charge the battery nvda announced charging debattery and then the percentage. It reminds me of the braillenote when you pluged in the
|
By
Kenny Peyattt jr.
·
#45811
·
|
|
Re: regular expression and speech dic
William,
You need to read up more on regular expression syntax. As I explained earlier, the "lv" matches the string "lv" and [^a-z] matches one, and only one, character that is not in the
William,
You need to read up more on regular expression syntax. As I explained earlier, the "lv" matches the string "lv" and [^a-z] matches one, and only one, character that is not in the
|
By
Brian Vogel
·
#45810
·
|
|
Re: regular expression and speech dic
But, I don't understand why mine regular expression rule didn't work.
lv[^a-z]
where "lv" has no problem.
"[]" is to match the ^a-z in a group; where ^a-z is to match anything except a-z.
so, the
But, I don't understand why mine regular expression rule didn't work.
lv[^a-z]
where "lv" has no problem.
"[]" is to match the ^a-z in a group; where ^a-z is to match anything except a-z.
so, the
|
By
Mr. Wong Chi Wai, William <cwwong.pro@...>
·
#45809
·
|
|
Re: strange stuff happening with the latest version of NVDA and Windows 1803
I'm running Windows 10 1803 on a laptop, which is not exhibiting any of these issues. However, it's a fresh install of Windows.
At this point I would suggest running sfc /scannow to detect and
I'm running Windows 10 1803 on a laptop, which is not exhibiting any of these issues. However, it's a fresh install of Windows.
At this point I would suggest running sfc /scannow to detect and
|
By
Jason White
·
#45808
·
|
|
Re: \Re: Windows 10 and email
Setup works great with NVDA and Windows 10 mail app. In my experience, it sure did.
I'm using Microsoft Outlook for email now. I haven't even scratched the surface with all the features.
Setup works great with NVDA and Windows 10 mail app. In my experience, it sure did.
I'm using Microsoft Outlook for email now. I haven't even scratched the surface with all the features.
|
By
Governor staten
·
#45807
·
|
|
2018 beta 3
I have noticed with both beta 2 and beta 3 that often when in file explorer if I use the arrow keys to read the files in a folder that on what seems to be a random basis when I hit the down arrow NVDA
I have noticed with both beta 2 and beta 3 that often when in file explorer if I use the arrow keys to read the files in a folder that on what seems to be a random basis when I hit the down arrow NVDA
|
By
Don H
·
#45806
·
|
|
Re: Windows 10 and email
Nah I use gmail all the time and it is perfically usable. In fact it isgetting better.
Nah I use gmail all the time and it is perfically usable. In fact it isgetting better.
|
By
Sarah k Alawami
·
#45805
·
|