Add arrow navigation to the editor toolbars #631
Labels
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Type] Task
Issues or PRs that have been broken down into an individual action to take
As mentioned on #628 the editor toolbars should use arrow navigation. It should work in the same way it's going to be implemented for the inserter menu, see #515.
Tab, Down, and Right: to navigate to the next control
Shift+Tab, Up, and Left: to navigate to the previous control
Edit: actually, I'm not sure about Tab. If implemented as ARIA toolbars, there should be just arrows navigation.
Also, both tabbing and arrowing should be constrained within the toolbar.
Worth noting this it's a standard feature of the current Editor: once you focus the toolbar with Alt+F10 all the buttons can be navigated with both the Tab key and the arrow keys.
The text was updated successfully, but these errors were encountered: