Keyboard shortcuts: the character to represent the macOS Control key is announced as "caret" #24451
Labels
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
[Package] Keycodes
/packages/keycodes
[Status] In Progress
Tracking issues with work in progress
[Type] Bug
An existing feature does not function as intended
Describe the bug
The character to represent the macOS
Control
key is announced as "caret". Screen reader users will hear "caret', which is conveys a wrong information on the keyboard shortcut to use.To reproduce
Steps to reproduce the behavior:
This applies to all the shortcuts where the macOS Control key is used. Turns out the character used to represent Control is the Unicode "U+005E CIRCUMFLEX ACCENT" character, that is: the one that can be typed by pressing Shift + 6. This character is used in the operating system as a caret character.
After a quick research, looks like the character used in macOS to represent the Control key is "U+2303 UP ARROWHEAD" instead.
Expected behavior
The character to be announced as "Control" e.g. "Remove Block control option z".
Screenshots
This is announced as "caret":
Sane for the single characters within the keyboard shortcuts modal dialog e.g.:
Editor version (please complete the following information):
The text was updated successfully, but these errors were encountered: