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

Differentiate settings for prior releases of VO #1081

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
4 changes: 2 additions & 2 deletions tests/support.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@
"quickNavOn": {
"screenText": "quick nav on",
"instructions": [
"Simultaneously press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd>.",
"When using macOS 13 and earlier, simultaneously press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd>.",
"If VoiceOver said 'quick nav off', press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd> again to turn it back on."
]
},
"quickNavOff": {
"screenText": "quick nav off",
"instructions": [
"Simultaneously press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd>.",
"When using macOS 13 and earlier, simultaneously press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd>.",
"If VoiceOver said 'quick nav on', press <kbd>Left Arrow</kbd> and <kbd>Right Arrow</kbd> again to turn it back off."
]
},
Expand Down
Loading