Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created the accessibility help dialog. (#15702)
Feature (ui): Implemented the `AccessibilityHelp` plugin that brings a dialog displaying keyboard shortcuts available in the editor. Closes #1014. Feature (core): Brought the `editor.accessibility` namespace to the base `Editor` class as a container for accessibility-related features and systems. See #1014. Other (essentials): Enabled the `AccessibilityHelp` plugin by default. See #1014. Fix (utils): The exported `keyCodes` object should contain correct codes for keys related to punctuation, brackets, braces, etc. See #1014.
- Loading branch information