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

Keyboard shortcuts: the character to represent the macOS Control key is announced as "caret" #24451

Closed
afercia opened this issue Aug 9, 2020 · 0 comments · Fixed by #24452
Closed
Assignees
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

Comments

@afercia
Copy link
Contributor

afercia commented Aug 9, 2020

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:

  • use Safari and VoiceOver
  • click on a paragraph block
  • open the More options menu in the block toolbar
  • navigate to the Remove Block item in the menu
  • observe VoiceOver announces "Remove Block caret option z"

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":

caret

Sane for the single characters within the keyboard shortcuts modal dialog e.g.:

caret 2

Editor version (please complete the following information):

  • WordPress version: 5.5 Beta 3
  • Does the website has Gutenberg plugin installed, or is it using the block editor that comes by default? both
  • If the Gutenberg plugin is installed, which version is it? 8.7.0 latest master
@afercia afercia added [Type] Bug An existing feature does not function as intended [Focus] Accessibility (a11y) Changes that impact accessibility and need corresponding review (e.g. markup changes). [Package] Keycodes /packages/keycodes labels Aug 9, 2020
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Aug 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant