From 25c4221d6adec6f0f9cb46bbb55b25fb4ac37efb Mon Sep 17 00:00:00 2001 From: tiffany-kobiton Date: Mon, 18 May 2026 15:31:46 -0400 Subject: [PATCH 1/2] Add new TalkBack gestures --- .../screen-reader/screen-reader-gestures.adoc | 110 +++++++++++++----- 1 file changed, 84 insertions(+), 26 deletions(-) diff --git a/docs/modules/manual-testing/pages/screen-reader/screen-reader-gestures.adoc b/docs/modules/manual-testing/pages/screen-reader/screen-reader-gestures.adoc index c8192074..773a60f6 100644 --- a/docs/modules/manual-testing/pages/screen-reader/screen-reader-gestures.adoc +++ b/docs/modules/manual-testing/pages/screen-reader/screen-reader-gestures.adoc @@ -6,7 +6,7 @@ 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"] |=== @@ -14,46 +14,46 @@ During a session, a reference modal displays the available actions. Select an ac | 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"] |=== @@ -61,18 +61,18 @@ During a session, a reference modal displays the available actions. Select an ac | 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_. @@ -82,11 +82,11 @@ 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 @@ -94,28 +94,28 @@ NOTE: In Windows, use the _Windows_ key instead of _Cmd_. | 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"] |=== @@ -123,15 +123,15 @@ NOTE: In Windows, use the _Windows_ key instead of _Cmd_. | 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 @@ -139,9 +139,67 @@ NOTE: In Windows, use the _Windows_ key instead of _Cmd_. | 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 + +[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 |=== \ No newline at end of file From 7e587f7a960e6199ecb9d055c9a9f5972c6b4a4c Mon Sep 17 00:00:00 2001 From: Tung Manh Hoang Date: Tue, 19 May 2026 15:57:42 +0700 Subject: [PATCH 2/2] add notes for Cmd key in Windows --- .../pages/screen-reader/screen-reader-gestures.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/manual-testing/pages/screen-reader/screen-reader-gestures.adoc b/docs/modules/manual-testing/pages/screen-reader/screen-reader-gestures.adoc index 773a60f6..ff471e7b 100644 --- a/docs/modules/manual-testing/pages/screen-reader/screen-reader-gestures.adoc +++ b/docs/modules/manual-testing/pages/screen-reader/screen-reader-gestures.adoc @@ -175,6 +175,8 @@ NOTE: In Windows, use the _Windows_ key instead of _Cmd_. === Text editing +NOTE: In Windows, use the _Windows_ key instead of _Cmd_. + [cols="1,2,3", options="header"] |=== | Action | Key | Description