Re: Accessible SDR software
Monte Single
What is s d r?
toggle quoted messageShow quoted text
-----Original Message-----
From: nvda@nvda.groups.io [mailto:nvda@nvda.groups.io] On Behalf Of luke scholey Sent: October-10-18 3:42 PM To: nvda@nvda.groups.io Subject: [nvda] Accessible SDR software Hi all Does anyone know of any accessible SDR software? I have recently been given an SDR dongle but don’t know what the best piece of software is to work with it.
|
|
Re: NVDA ticking instead of speaking
hurrikennyandopo ...
Hi
it may as you said have speech mode set to beeps. If so use the nvda key + letter S to toggle it back to talk. The options are off, beep and talk.
I thought it might of been the mouse audio cordinates tried it but does not sound like it and does it on when the mouse is moved.
Gene nz
On 11/10/2018 10:43 AM, Giles Turnbull wrote:
Hi all,
|
|
NVDA ticking instead of speaking
Hi all,
I have a strange problem with NVDA. About a week ago it stopped speaking and just made a clicking sound ... I'm not even sure if it might be the same sound as when speech mode is set to beeps. That time I took it into the university library and their technology team took a look at it and I don't know what they did but they sorted it out again. I can't remember if they uninstalled NVDA and re-installed it from a fresh copy, but I don't think they did because all my settings and addons were still installed. When I say it isn't speaking, it is when using the touch screen but for some reason it has no login option on it. The first library person I spoke to tried to login that way but failed and sent it to some of the other tech specialists. Whatever they did they fixed it and I thought all was well and good. But Windows has just updated itself again and I'm back to where I was before. When I swipe my finger across the touch screen it says "Desktop: but every key I try to press just does its clicking / beeping thing. If I try to press CTRL + s to cycle through the speech options nothing happens, ditto if I use the INS key as my NVDA key. So I have two questions: 1) Does anybody have any idea what has happened and is there any way I can fix this by myself or do I need to return to the uni library? 2) How can I stop this happening every time Windows updates? DO I need to stop allowing Windows to update? I realise some sort of log file would be helpful, but there is no way I can do anything with this tablet at the moment. I'm using a Microsoft Surface Pro 4, whatever version of Windows 10 it just updated itself to (it'll be the latest one) and NVDA 2018.3.2. I am beginning to panic because I've got a poetry reading on 21st October and I use NVDA to read some of the poems to the audience. Grateful for any suggestions at all :) Giles
|
|
Accessible SDR software
luke scholey
Hi all
toggle quoted messageShow quoted text
Does anyone know of any accessible SDR software? I have recently been given an SDR dongle but don’t know what the best piece of software is to work with it.
|
|
Re: problem with reading system sound settings
Chris
And the latest app essentials adon?
From: Gary Metzler
Sent: 10 October 2018 18:13 To: nvda@nvda.groups.io Subject: Re: [nvda] problem with reading system sound settings
Yes, I did a re start. It works fine when using narrator.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Chris via Groups.Io
Ok, and I resume you have tried a restart?
From: Gary Metzler
Hi Chris,
That’s just what I do.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Chris via Groups.Io
When you open settings nvda is focused in the search field, tab once should get you onto the cat list
From: Gary Metzler
Hi All,
I am using win10 1809 with the latest nvda. When I go into window I and open system sounds nvda doesn’t read when I tab or arrow though the selections. The other setting like display and the like work fine. Has anyone else noticed this? Thanks for any help.
Regards, Gary KN4Ox Send to: gmtravel@...
|
|
Re: problem with reading system sound settings
Gary Metzler
Yes, I did a re start. It works fine when using narrator.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Chris via Groups.Io
Sent: Wednesday, October 10, 2018 12:50 PM To: nvda@nvda.groups.io Subject: Re: [nvda] problem with reading system sound settings
Ok, and I resume you have tried a restart?
From: Gary Metzler
Hi Chris,
That’s just what I do.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Chris via Groups.Io
When you open settings nvda is focused in the search field, tab once should get you onto the cat list
From: Gary Metzler
Hi All,
I am using win10 1809 with the latest nvda. When I go into window I and open system sounds nvda doesn’t read when I tab or arrow though the selections. The other setting like display and the like work fine. Has anyone else noticed this? Thanks for any help.
Regards, Gary KN4Ox Send to: gmtravel@...
|
|
Re: problem with reading system sound settings
Gary Metzler
Hi Jacob,
toggle quoted messageShow quoted text
Thanks for getting back to me.
-----Original Message-----
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Jacob Kruger Sent: Wednesday, October 10, 2018 6:31 AM To: nvda@nvda.groups.io Subject: Re: [nvda] problem with reading system sound settings Hadn't had issues with it, and just tried it out again, and, worked fine here - latest NVDA, windows 10 1809, 64 bit, etc. While I normally just type system sounds into start menu search box - I use windows classic shell, but, that wouldn't affect anything other than start menu itself - and, hit enter on change system sounds, and then tab over 3 times to the sort of treeview, and, like said, it reads fine there, on my side? Stay well Jacob Kruger Blind Biker Skype: BlindZA "Resistance is futile...but, acdceptance is versatile..." On 2018-10-10 12:16 PM, Gary Metzler wrote: open system sounds nvda doesn't read when I tab or arrow though the selections. The other setting like display and the like work fine. Has anyone else noticed this? Thanks for any help.
|
|
Re: I need a Web Content Management System that works well with NVDA
mikolaj holysz <miki123211@...>
I personally like Hugo. It's a headless cms generating static pages. It means you keep your page in a folder on disk as markdown documents, and run hugo on publish. It generates html file based on those markdown files and a content theme you import. You can publish those content files onto anything that can support static pages. You don't even need to have php support on your web server, if it can serve html, it's good enough. That means you can post it on github pages, a normal webserver via ftp or any free webhosting solution with a few megs of space and no fancy features.
toggle quoted messageShow quoted text
It's very accessible, as all the content and configuration are managed via the file system and the command line. Familiarity with the command line is needed but for someone who already knows how to use that, it's a perfect solution because there's absolutely no GUI, just commands to build everything, markdown for posts and toml/jaml/json for configs. One downside of that kind of cms is that you can't really have pages dynamically rendered on the server, however, you can embed widgets for other services providing dynamic services. For example, instead of using comments build in to your cms, you can use disqus or your own solution, either with iframes or javascript and ajax. W dniu 2018-10-09 o 18:40, John J. Boyer pisze:
Thanks.
|
|
Re: problem with reading system sound settings
Chris
Ok, and I resume you have tried a restart?
From: Gary Metzler
Sent: 10 October 2018 17:38 To: nvda@nvda.groups.io Subject: Re: [nvda] problem with reading system sound settings
Hi Chris,
That’s just what I do.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Chris via Groups.Io
When you open settings nvda is focused in the search field, tab once should get you onto the cat list
From: Gary Metzler
Hi All,
I am using win10 1809 with the latest nvda. When I go into window I and open system sounds nvda doesn’t read when I tab or arrow though the selections. The other setting like display and the like work fine. Has anyone else noticed this? Thanks for any help.
Regards, Gary KN4Ox Send to: gmtravel@...
|
|
Re: problem with reading system sound settings
Gary Metzler
Hi Chris,
That’s just what I do.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Chris via Groups.Io
Sent: Wednesday, October 10, 2018 6:30 AM To: nvda@nvda.groups.io Subject: Re: [nvda] problem with reading system sound settings
When you open settings nvda is focused in the search field, tab once should get you onto the cat list
From: Gary Metzler
Hi All,
I am using win10 1809 with the latest nvda. When I go into window I and open system sounds nvda doesn’t read when I tab or arrow though the selections. The other setting like display and the like work fine. Has anyone else noticed this? Thanks for any help.
Regards, Gary KN4Ox Send to: gmtravel@...
|
|
Re: NVDA randomly stops speaking
Felix G.
Hi!
toggle quoted messageShow quoted text
Would be interesting to see an old logfile from when this happens. Could someone please remind us where they get stored? Digital dementia strikes. Best, Felix Am Mi., 10. Okt. 2018 um 17:36 Uhr schrieb Brian's Mail list account via Groups.Io <bglists@...>:
|
|
Re: Accessibility improvements to groups.io
Mark Fletcher has always been quite responsive to the input I've given him with regard to making accessibility improvements to the web interface to Groups.io as well.
He would really like for it to be as accessible as possible but, like most folks who do not use screen readers at all, he often has no idea of exactly how to accomplish that. Doing as Mr. Kingett has done, and giving very specific examples of where accessibility is lacking and what should be done to remedy those issues is exactly the way to get the changes you want and need as quickly as Mark can get to them (which is sometimes faster than others, as Groups.io is pretty much a one man show). Going further, this is exactly the kind of feedback that should be given to any site with accessibility problems. They may or may not act on it, but I can guarantee they will not act on a broad, general, "Your site is inaccessible," message as many have no real idea of what that means or even how they might go about fixing it. Your own input, with direct examples of problem(s) and their solution(s), is the fastest track to change. I will be the first to admit that you may not get any change, but if you're going to try make sure the input guides those who'd actually be making the nuts and bolts changes. -- Brian - Windows 10 Home, 64-Bit, Version 1803, Build 17134 The psychology of adultery has been falsified by conventional morals, which assume, in monogamous countries, that attraction to one person cannot co-exist with a serious affection for another. Everybody knows that this is untrue. . . ~ Bertrand Russell
|
|
Re: NVDA randomly stops speaking
Brian's Mail list account
Not really, but today I did notice that some windows updates were coming in on my windows 7 machine, sometimes stopping the system for up to 30 seconds or making it stutter which is not usual unless these updates are in some way being installed as they come in which is not the way I've set them up. I got fed up with that countdown window in the background opening up and not noticing it till it shut the computer down and lost all my open data.
toggle quoted messageShow quoted text
Brian bglists@... Sent via blueyonder. Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field.
----- Original Message -----
From: "Clarissa Mitchell" <MusicGirl712@...> To: <nvda@nvda.groups.io> Sent: Wednesday, October 10, 2018 1:36 PM Subject: [nvda] NVDA randomly stops speaking Hello all,
|
|
Accessibility improvements to groups.io
Over the past month, I've been tracking down mark, the creator of the groups.io platform. I'm pleased to say he was more than willing to make the few accessibility changes I've suggested, filling in some empty links with link text, adding names to edit fields so screen readers can read the edit name when tabbing, and adding a few separators when viewing messages on the web so we can jump via separators. My next task is to get him, and others, to add a bit more heading structure throughout the site, but not too much, obviously. I really love the speed of the site and want to keep it that way. Anyway, if you guys have screen reader feedback, constructive feedback, write to the below. I haven't told him about chat and calendar edit fields not being labeled, nor have I suggested that chats read automatically using ARIA yet. I figured you guys can do that. If not, I am gonna continue to write to him, suggesting changes. The email he gave me to give to the general public is below.
I did suggest that he make his upcoming feature,
the ability to charge group members for access directly on the
platform, fully accessible though. This new feature will allow
group owners to charge to access the group.
|
|
Re: I need a Web Content Management System that works well with NVDA
Jackie
I'd personally advise against it. Because of most CMS's use of
toggle quoted messageShow quoted text
mod_rewrite, Apache for a beginner is really the way to go, as it simplifies things greatly. WordPress on IIS can be a real pita.
On 10/10/18, Shaun Everiss <sm.everiss@...> wrote:
Hmmm, well I was going to ramble on and just do one but maybe someone --
Remember! Friends Help Friends Be Cybersafe Jackie McBride Helping Cybercrime Victims 1 Person at a Time https://brighter-vision.com
|
|
Re: NVDA randomly stops speaking
Clarissa Mitchell
I forgot to mention: I'm running the new Windows 10 version 1809 with
toggle quoted messageShow quoted text
NVDA version 2018.3.2.
On 10/10/18, Clarissa Mitchell <MusicGirl712@...> wrote:
Hello all,
|
|
NVDA randomly stops speaking
Clarissa Mitchell
Hello all,
This morning I've had a few instances where NVDA would just stop speaking. I had to press CTRL+ALT+n to get it working again. At one time it stopped, I was playing an audio game with Pandora in the background, and another time I had both Chrome and Spotify open. I've also downloaded several files overnight. Is anyone else having this problem while running multiple tasks on the computer?
|
|
Re: Using Macrium Reflect Version 7 to Take A Full System Image Backup
Mobeen Iqbal
hi. you could try using talking arch. it comes with clonezilla
included I believe. cheers, Mo.
On 10/10/2018 01:23, 特種兵 wrote:
|
|
Re: problem with reading system sound settings
Jacob Kruger
Hadn't had issues with it, and just tried it out again, and, worked fine
here - latest NVDA, windows 10 1809, 64 bit, etc. While I normally just type system sounds into start menu search box - I use windows classic shell, but, that wouldn't affect anything other than start menu itself - and, hit enter on change system sounds, and then tab over 3 times to the sort of treeview, and, like said, it reads fine there, on my side? Stay well Jacob Kruger Blind Biker Skype: BlindZA "Resistance is futile...but, acdceptance is versatile..." On 2018-10-10 12:16 PM, Gary Metzler wrote: open system sounds nvda doesn’t read when I tab or arrow though the selections. The other setting like display and the like work fine. Has anyone else noticed this? Thanks for any help.
|
|
Re: problem with reading system sound settings
Chris
When you open settings nvda is focused in the search field, tab once should get you onto the cat list
From: Gary Metzler
Sent: 10 October 2018 11:16 To: nvda Subject: [nvda] problem with reading system sound settings
Hi All,
I am using win10 1809 with the latest nvda. When I go into window I and open system sounds nvda doesn’t read when I tab or arrow though the selections. The other setting like display and the like work fine. Has anyone else noticed this? Thanks for any help.
Regards, Gary KN4Ox Send to: gmtravel@...
|
|