Skip to content

[13.0.0-beta.5] Consider short Mac shortcuts in Toasts #9906

@microbit-robert

Description

@microbit-robert

Check for duplicates

  • I have searched for similar issues before opening a new one.

Description

The current toast message is currently using Blockly.Msg.COMMAND_KEY which results in "Hold ⌘ Command and use arrow..." which is output by VoiceOver as "Hold command Command and use arrow...". The double "command" is confusing.

Blockly.Msg.COMMAND_KEY = '⌘ Command';

There is a more complex alternative which is that the toasts accept HTML and the symbol can be made aria-hidden.

Reproduction steps

Priority

No response

Stack trace

Screenshots

No response

Browsers

No response

Metadata

Metadata

Assignees

Labels

issue: bugDescribes why the code or behaviour is wrongissue: triageIssues awaiting triage by a Blockly team member

Type

No type
No fields configured for issues without a type.

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions