Skip to content
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

Added the command to bring up Apple VoiceOver's help menu as well as … #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions slides/00-Introduction/00-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,25 @@ use the verify button to check whether your solution is correct.
navigates to the next element
* <kbd>ctrl</kbd> + <kbd>opt</kbd> + <kbd>cmd</kbd> + <kbd>h</kbd>
(repeatedly) navigates by headings
* <kbd>ctrl</kbd> + <kbd>opt</kbd> + <kbd>h</kbd>
opens the VoiceOver help menu
<br/><br/>

4. When verifying with VoiceOver, use Chrome on a Mac for the best experience. However, the "Verify" button provided after each exercise will work with any browser/OS combination.
4. In addition to using hotkeys to navigate your computer using Apple's built-in screen reader, VoiceOver also has support for trackpad gestures. Here are some instructions for using VoiceOver with gestures:
* <kbd>ctrl</kbd> + <kbd>opt</kbd> + <kbd>Two-finger rotate clockwise</kbd>
Enable the Trackpad Commander and VoiceOver gestures
* <kbd>ctrl</kbd> + <kbd>opt</kbd> + <kbd>Two-finger rotate counter-clockwise</kbd>
Disable the Trackpad Commander and VoiceOver gestures
* <kbd>Three-finger triple tap</kbd> Turn the screen curtain on or off
* <kbd>Flick right</kbd>
Move the VoiceOver cursor to the next item
* <kbd>Flick left</kbd>
Move the VoiceOver cursor to the previous item
<br/><br/>

5. When verifying with VoiceOver, use Chrome on a Mac for the best experience. However, the "Verify" button provided after each exercise will work with any browser/OS combination.

5. ARIA stands for Accessible Rich Internet Applications, a W3C standard for
6. ARIA stands for Accessible Rich Internet Applications, a W3C standard for
building accessible user interfaces on the web.

Happy learning! <i class="fa fa-smile-o"><i class="accessible_elem">Smiley Icon</i></i>