|
Re: NVDA remote addon
It's on nvdaremote.com. If you can't find it there, please go to the top
of the page and tell me what you hear, the first few lines or so.
It's on nvdaremote.com. If you can't find it there, please go to the top
of the page and tell me what you hear, the first few lines or so.
|
By
Tyler Spivey
·
#3631
·
|
|
Re: NVDA GENERAL,
Hello William,
I'm definitely not an NVDA proficient user, but your last sentence made me think.
Are you using a laptop, by any chance?
If so, you should set your keyboard layout to
Hello William,
I'm definitely not an NVDA proficient user, but your last sentence made me think.
Are you using a laptop, by any chance?
If so, you should set your keyboard layout to
|
By
Mallard
·
#3630
·
|
|
Re: very good news about audio conversion soft ware
For example, the most used EAC, but for some people it can be so complicated because you need to use object navigation to do some things like tagging tracks from cddb, but it is usable (I use it).
An
For example, the most used EAC, but for some people it can be so complicated because you need to use object navigation to do some things like tagging tracks from cddb, but it is usable (I use it).
An
|
By
mk360
·
#3629
·
|
|
Re: very good news about audio conversion soft ware
What is the syntax. I assume you do this in the run dialog. Do you space between the name of the file and the /nocandy? As I recall in DOS, you space before adding this sort of syntax, what is
What is the syntax. I assume you do this in the run dialog. Do you space between the name of the file and the /nocandy? As I recall in DOS, you space before adding this sort of syntax, what is
|
By
Gene
·
#3628
·
|
|
Re: very good news about audio conversion soft ware
There is no reason not to use Media Player but as is the case with some other Microsoft utilities, you get more settings and options when ripping with some other programs. I haven't looked into the
There is no reason not to use Media Player but as is the case with some other Microsoft utilities, you get more settings and options when ripping with some other programs. I haven't looked into the
|
By
Gene
·
#3627
·
|
|
NVDA remote addon
don’t seem to be able to find the download link for this addon.
don’t seem to be able to find the download link for this addon.
|
By
Peter Beasley
·
#3626
·
|
|
Re: need a free and accessible file converter which can convert wma or webm files to mp3
OK, I'll try audacity.
thanks for suggestion!
--
efforts may fail but don't fail to make efforts.
OK, I'll try audacity.
thanks for suggestion!
--
efforts may fail but don't fail to make efforts.
|
By
Shweta Mishra
·
#3625
·
|
|
Re: very good news about audio conversion soft ware
unchecky.com
By
Kevin Cussick
·
#3624
·
|
|
Re: need a free and accessible file converter which can convert wma or webm files to mp3
Hello
Just to offer a different viewpoint
if you are using audio files what about
Audacity
John from Woodside Apps.
Accessible Apps and games for mobile devices.
Android - Talking Stones FREE version
Hello
Just to offer a different viewpoint
if you are using audio files what about
Audacity
John from Woodside Apps.
Accessible Apps and games for mobile devices.
Android - Talking Stones FREE version
|
By
John from Woodside Apps
·
#3623
·
|
|
Re: very good news about audio conversion soft ware
Here are some links for downloading Unchesky:
https://unchecky.com/
download.cnet.com/Unchecky/3000-2084_4-760...
www.downloadcrew.com/article/31648-unchecky
www.pcadvisor.co.uk › ... ›
Here are some links for downloading Unchesky:
https://unchecky.com/
download.cnet.com/Unchecky/3000-2084_4-760...
www.downloadcrew.com/article/31648-unchecky
www.pcadvisor.co.uk › ... ›
|
By
Георги Ламбов <obichamlegiona@...>
·
#3622
·
|
|
Re: need a free and accessible file converter which can convert wma or webm files to mp3
hi!
yes, I've downloaded from the site which you gave.
and I've checked custom installation radio button.
still I'm getting same error.
there might be some problem in my laptop.
anyways, thanks for
hi!
yes, I've downloaded from the site which you gave.
and I've checked custom installation radio button.
still I'm getting same error.
there might be some problem in my laptop.
anyways, thanks for
|
By
Shweta Mishra
·
#3621
·
|
|
NVDA GENERAL,
Hi All,
I am new to this group and must apologise at the outset for my ignorance if I am not following tghe correct Protocol.
I am partially sight impaired and the deteriation seems to be more
Hi All,
I am new to this group and must apologise at the outset for my ignorance if I am not following tghe correct Protocol.
I am partially sight impaired and the deteriation seems to be more
|
By
willmac@lantic.net
·
#3620
·
|
|
Re: need a free and accessible file converter which can convert wma or webm files to mp3
Hi,
I looked on ninite.com and Free Make is not there to download. I thought I would looke on that website, because you can download a lot of programs from that site very easily. I hope you can get it
Hi,
I looked on ninite.com and Free Make is not there to download. I thought I would looke on that website, because you can download a lot of programs from that site very easily. I hope you can get it
|
By
David Moore
·
#3619
·
|
|
Re: very good news about audio conversion soft ware
There is a program called unchecky that will allow you to install any software without any adds, or any unwanted software getting downloaded with what you want. Free Make might download and install
There is a program called unchecky that will allow you to install any software without any adds, or any unwanted software getting downloaded with what you want. Free Make might download and install
|
By
David Moore
·
#3618
·
|
|
Re: need a free and accessible file converter which can convert wma or webm files to mp3
Hi,
Did you download it from the web site I gave you? I just downloaded it to make sure that I had the latest copy and it installed fine. Make sure you have the custom install radio button checked on
Hi,
Did you download it from the web site I gave you? I just downloaded it to make sure that I had the latest copy and it installed fine. Make sure you have the custom install radio button checked on
|
By
David Moore
·
#3617
·
|
|
Re: need a free and accessible file converter which can convert wma or webm files to mp3
Hi,
Here are the steps to use Free Make Video Converter. This is easy. If you want to convert a video from Youtube, Play the youtube video, and press ALT+D and then CTRL+C to copy the URL of the video
Hi,
Here are the steps to use Free Make Video Converter. This is easy. If you want to convert a video from Youtube, Play the youtube video, and press ALT+D and then CTRL+C to copy the URL of the video
|
By
David Moore
·
#3616
·
|
|
Re: how to tell NVDA to read series of number in single digits.
Here are the details of the dictionary entry I have for NVDA to have it read out all numbers as single digits.
Pattern match:
(\d)(?=\d)
replacement - including trailing space character:
\1
Comment
Here are the details of the dictionary entry I have for NVDA to have it read out all numbers as single digits.
Pattern match:
(\d)(?=\d)
replacement - including trailing space character:
\1
Comment
|
By
Jacob Kruger
·
#3615
·
|
|
Re: Putting Basic Training for NVDA manual on to DAISY player
Most of the daisy convertors i use seem to be using word files and as long as they use headers properly the content then gets indexed in the correct fashion.
Brian
bglists@...
Sent via
Most of the daisy convertors i use seem to be using word files and as long as they use headers properly the content then gets indexed in the correct fashion.
Brian
bglists@...
Sent via
|
By
Brian's Mail list account BY <bglists@...>
·
#3614
·
|
|
Re: Important notice: Freelists version becoming part of history on May 4, 2016
Thus far the Groups.io feed has been more robust than the freelists one was from my viewpoint. I've managed to take off all the other accounts I used to not miss posts
Thus far the Groups.io feed has been more robust than the freelists one was from my viewpoint. I've managed to take off all the other accounts I used to not miss posts
|
By
Brian's Mail list account BY <bglists@...>
·
#3613
·
|
|
Re: how to tell NVDA to read series of number in single digits.
We obviously need this one in a frequently asked questions file somewhere. Do you think I can find the dictionary entry, orf course not!
Brian
bglists@...
Sent via blueyonder.
Please
We obviously need this one in a frequently asked questions file somewhere. Do you think I can find the dictionary entry, orf course not!
Brian
bglists@...
Sent via blueyonder.
Please
|
By
Brian's Mail list account BY <bglists@...>
·
#3612
·
|