Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Briar Desktop
Manage
Activity
Members
Labels
Plan
Issues
232
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
briar
Briar Desktop
Wiki
Accessibility
Changes
Page history
New page
Templates
Clone repository
Update Accessibility
authored
2 years ago
by
Sebastian
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Accessibility.md
+12
-1
12 additions, 1 deletion
Accessibility.md
with
12 additions
and
1 deletion
Accessibility.md
View page @
15580727
...
...
@@ -8,4 +8,15 @@ There are two tools that are useful for testin accessibility on macOS: VoiceOver
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".
\ No newline at end of file
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
This diff is collapsed.
Click to expand it.