Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

WinSCP is application designed to be used by keyboard only. That's one of its main distinctions.
I know that blind people do use WinSCP, because I occasionaly get requests for improvements from them.
Though I do not know about Jaws.
spillit

Section 508 compliance is basically "does your program operate correctly under JAWS"? Can a person who is visually impaired (and uses JAWS) navigate the software entirely with the keyboard?

If you use all native Windows API calls and don't do custom UI components, then your software is most likely JAWS compatible and you don't need to do anything else except possibly find someone who is blind/impaired to use the software with their licensed copy of JAWS. If you have custom UI components or do weird crap with existing components, then you'll need to find someone with a copy of JAWS and see how it behaves. There are accessibility API calls you can make from your UI components to get information to JAWS to play the audio.

There are other products besides JAWS, but JAWS is the de facto standard. Don't install JAWS on your development machine - it'll drive you completely nuts. A virtual machine might be okay though but audio is generally shaky on VMs.
martin

Re: Section 508 compliance?

Sorry, I have no idea what does it involve.
tukutz

Section 508 compliance?

I will be using WinSCP for some government projects and it requires a software to be compliant with SEction 508. Is WinSCP compliance with Section 508?