-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create how-to-use-JAWS-on-Windows #1561
Conversation
Hi @ilknureren. Thanks for the post. I'll set a TODO for myself to review it this week. I don't have JAWS so may need some manual QA, or spin up one of those VMs. |
Hi @davatron5000, I'm following up on this article. Do you have any comments/ways to make it better? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall, great! I feel like I got a handle on how to get up and running with JAWS quickly. I left some comments that we may want to address, but the big blocker is the file name so that we can validate that it compiles and visually renders out like we hope.
src/posts/how-to-use-JAWS-on-Windows
Outdated
@@ -0,0 +1,47 @@ | |||
--- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One issue we'll need to solve is the file name. This needs an .md
file extension so that it can compiled and previewed. While we're at it, let's make the filename all lowercase.
src/posts/how-to-use-JAWS-on-Windows
Outdated
In this article, we will provide step-by-step instructions on how to start using JAWS on Windows. | ||
|
||
## Install JAWS | ||
First, the user needs to install JAWS in order to use it. JAWS have several subscription plans for their users. JAWS can be installed on their website, [Freedom Scientific website](https://www.freedomscientific.com/products/software/jaws/). You can purchase a valid license that fits you. After purchasing a license, you can find JAWS on your download file or a file you saved the program in. Double click on it to start the installation process. The installer will guide you through the installation process, which will help you choose your desired language and installation options. After successfully downloading JAWS, restart your computer to finalize the set-up. You now have JAWS and are ready to use it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does JAWS still offer free limited-use VMs for testing?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davatron5000 JAWS has a 40 minute demo mode for Windows.
There is also Assistiv Labs that will provide remote screen reader testing for all devices but requires subscription.
https://assistivlabs.com/
src/posts/how-to-use-JAWS-on-Windows
Outdated
- INSERT + J: This command opens JAWS settings. After opening JAWS settings, you can navigate through the various options to customize JAWS. Some options include: | ||
-- Adjusting verbosity level to determine the amount of detail JAWS provides when reading text. | ||
-- Customize punctuation settings to control how JAWS pauses and pronounces words. | ||
-- Voice Adjustment" section. Here, you can modify voice speed, pitch, volume, and other voice-related settings to suit your preferences. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like an extra "
character snuck in.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for catching!
src/posts/how-to-use-JAWS-on-Windows
Outdated
|
||
|
||
## Introduction | ||
JAWS, Job Access With Speech, is a screen reader for Windows operating system users. JAWS assists individuals with visual impairments with interacting with computers by helping them navigate applications, read documents and browse the web on Windows operating systems. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be good to mention that JAWS is still the most popular screenreader in the market as of 2023, you could cite WebAIM data here. https://webaim.org/projects/screenreadersurvey9/#primary
src/posts/how-to-use-JAWS-on-Windows
Outdated
- WINDOWS KEY + M: This will minimize all windows, allowing you to access the desktop quickly. | ||
- Control + F: This key allows you to open the search feature within your browser. | ||
Listed here are some basic keyboard shortcuts you can use to start using JAWS right away. For a full list of shortcut commands, you can visit [JAWS website](https://doccenter.freedomscientific.com/doccenter/doccenter/rs25c51746a0cc/2011-10-04_jawsandmagicreadingcommands/JAWSKeystrokes.htm). JAWS provide many keyboard shortcuts for a variety of reasons. In the next section, we will explore some advanced features JAWS provide to their users. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because our audience is primarily web developers, are there any control scenarios specific to web developers we might want to cover?
- user enter/space with interactive elements?
- how to navigate tables?
- how to open/close a select box?
- how to open/close and navigate a native date-picker?
I like the H
key for headings. I like the TAB
key for interactive elements. But is there anything else I need to successfully validate a website. Could be another ## JAWS for web developers
section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@davatron5000 I added a new JAWS for web developer
section. Thank you for suggesting.
src/posts/how-to-use-JAWS-on-Windows
Outdated
- INSERT + SPACE followed by V: Some applications may not be fully accessible to screen readers like JAWS. In those cases, we can use the feature called “Virtualizing”. This will allow JAWS to interact with the application’s interface more effectively, allowing you to navigate and access content within the application. | ||
|
||
## Conclusion | ||
JAWS is an incredible screen reader that empowers individuals with visual impairments to access and interact with computers running the Windows operating system. By following this comprehensive guide, you can download and use JAWS to navigate applications, read documents and browse the web. You can first start using JAWS basic commands to navigate through the web and applications. In time, you can explore advanced features and customize JAWS with your own shortcuts. JAWS is an incredible tool that opens the web and a world of tech to people with visual impairments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You sort of repeat your self with "JAWS is an incredible screen reader" and "explore advanced features". From a summarizing what you wrote about perspective thought it's fine, but I sort of skip this because I've already read it and it reads a bit like marketing copy.
Hi @davatron5000 Let me know if this article looks good to you now. |
Hi @SaptakS - Does this article look good to go? |
PR to add article "HOWTO: Use JAWS on Windows"
Original post proposal: #1526