... | @@ -9,3 +9,14 @@ There are two tools that are useful for testin accessibility on macOS: VoiceOver |
... | @@ -9,3 +9,14 @@ There are two tools that are useful for testin accessibility on macOS: VoiceOver |
|
To enable or disable VoiceOver, hit `Command + F5`.
|
|
To enable or disable VoiceOver, hit `Command + F5`.
|
|
|
|
|
|
To start the Accessibility Inspector, start Xcode, then select the "Xcode" menu → "Open Developer Tool" → "Accessibility Inspector".
|
|
To start the Accessibility Inspector, start Xcode, then select the "Xcode" menu → "Open Developer Tool" → "Accessibility Inspector".
|
|
|
|
|
|
|
|
### VoiceOver
|
|
|
|
|
|
|
|
Keyboard shortcuts:
|
|
|
|
|
|
|
|
| Keys | Action |
|
|
|
|
| ---- | ------ |
|
|
|
|
| Command + F5 | Start / Stop VoiceOver |
|
|
|
|
| Tab | Navigate to next element |
|
|
|
|
| Shift + Tab | Navigate to previous element |
|
|
|
|
| Control + Option + Space | Click button | |
|
|
|
\ No newline at end of file |