From 479f28272eaedfa5edf7adcdc6f5b3a6e9c5ca5f Mon Sep 17 00:00:00 2001 From: Dominic Muzzin Date: Mon, 12 Sep 2016 16:59:35 -0400 Subject: [PATCH] Added the command to bring up Apple VoiceOver's help menu as well as a section outlining how to operate Apple VoiceOver using trackpad gestures --- slides/00-Introduction/00-instructions.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/slides/00-Introduction/00-instructions.md b/slides/00-Introduction/00-instructions.md index c27b7c2..c0f14fa 100755 --- a/slides/00-Introduction/00-instructions.md +++ b/slides/00-Introduction/00-instructions.md @@ -16,11 +16,25 @@ use the verify button to check whether your solution is correct. navigates to the next element * ctrl + opt + cmd + h (repeatedly) navigates by headings + * ctrl + opt + h + opens the VoiceOver help menu

-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: + * ctrl + opt + Two-finger rotate clockwise + Enable the Trackpad Commander and VoiceOver gestures + * ctrl + opt + Two-finger rotate counter-clockwise + Disable the Trackpad Commander and VoiceOver gestures + * Three-finger triple tap Turn the screen curtain on or off + * Flick right + Move the VoiceOver cursor to the next item + * Flick left + Move the VoiceOver cursor to the previous item +

+ +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! Smiley Icon