Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,73 +6,73 @@ During a session, a reference modal displays the available actions. Select an ac

== VoiceOver (iOS)

=== Navigation and Interaction
=== Navigation and interaction

[cols="1,1,3", options="header"]
|===
| Action | Key | Description

| Next
| Right Arrow
| Move to the next item
| Move to next item

| Previous
| Left Arrow
| Move to the previous item
| Move to previous item

| Activate
| Space
| Activate the selected item
| Activate selected item

| Back or Close
| Esc
| Go back or close the current view
| Go back or close current view

| Open item chooser
| I
| Open the item chooser
| Open item chooser

| Next option
| Up Arrow
| Move to the next option
| Move to next option

| Previous option
| Down Arrow
| Move to the previous option
| Move to previous option

| Home screen
| H
| Go to the Home screen
| Go to Home screen

| Status bar
| M
| Move focus to the status bar
| Move focus to status bar

| Help
| K
| Open VoiceOver Help
|===

=== Reading and Speech
=== Reading and speech

[cols="1,1,3", options="header"]
|===
| Action | Key | Description

| Read from top
| B
| Read from the top of the screen
| Read from top of screen

| Read from current item
| A
| Read starting from the selected item
| Read from selected item

| Pause or resume speech
| Control
| Pause or resume speech output
|===

=== Text Editing
=== Text editing

NOTE: In Windows, use the _Windows_ key instead of _Cmd_.

Expand All @@ -82,66 +82,126 @@ NOTE: In Windows, use the _Windows_ key instead of _Cmd_.

| Next text field
| Tab
| Move to the next text field
| Move to next text field

| Previous text field
| Shift + Tab
| Move to the previous text field
| Move to previous text field

| Select all
| Cmd + A
| Select all content

| Copy
| Cmd + C
| Copy the selected content
| Copy selected content

| Cut
| Cmd + X
| Cut the selected content
| Cut selected content

| Paste
| Cmd + V
| Paste the copied or cut content
| Paste copied or cut content

| Undo
| Cmd + Z
| Undo the last action
| Undo last action

| Redo
| Shift + Cmd + Z
| Redo the last action
| Redo last action
|===

== TalkBack (Android)

=== Navigation and Interaction
=== Navigation and interaction

[cols="1,2,3", options="header"]
|===
| Action | Key | Description

| Next
| Right Arrow
| Move to the next item
| Move to next item

| Previous
| Left Arrow
| Move to the previous item
| Move to previous item

| Activate
| Space
| Activate the selected item
| Activate selected item

| Back
| Backspace
| Go back

| Home
| H
| Go to the Home screen
| Go to Home screen

| Recent apps
| R
| Open Recent apps

| Status bar
| M
| Move focus to status bar

| Open item chooser
| I
| Open item chooser
|===

=== Reading and speech

[cols="1,2,3", options="header"]
|===
| Action | Key | Description

| Pause or resume speech
| Control
| Pause or resume speech output

| Read first
| B
| Read starting at top of screen

| Read selected
| A
| Read from current item
|===

=== Text editing

NOTE: In Windows, use the _Windows_ key instead of _Cmd_.

[cols="1,2,3", options="header"]
|===
| Action | Key | Description

| Copy
| Cmd + C
| Copy selected content

| Cut
| Cmd + X
| Cut selected content

| Paste
| Cmd + V
| Paste copied or cut content

| Select all
| Cmd + A
| Select all content

| Undo
| Cmd + Z
| Undo last action

| Redo
| Shift + Cmd + Z
| Redo last action
|===
Loading