[wp-trac] [WordPress Trac] #51089: Classic Editor Shortcut Support in Block Editor to switch b/w <p> & headings
WordPress Trac
noreply at wordpress.org
Wed Aug 26 09:35:57 UTC 2020
#51089: Classic Editor Shortcut Support in Block Editor to switch b/w <p> &
headings
---------------------------+------------------------------
Reporter: onemoreprince | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 5.5
Severity: major | Resolution:
Keywords: | Focuses: accessibility
---------------------------+------------------------------
Comment (by afercia):
Here's the complete list of related keyboard shortcuts (on macOS) in the
Classic Editor:
- control option 1 --> `<h1>` heading
- control option 2 --> `<h2>` heading
- control option 3 --> `<h3>` heading
- control option 4 --> `<h4>` heading
- control option 5 --> `<h5>` heading
- control option 6 --> `<h6>` heading
- control option 7 --> paragraph element via autop
- control option 8 --> `<div>` element
- control option 9 --> `<address>` element
The last two ones are little known, but they do work.
Regarding screen readers, worth reminding all the keyboard shortcuts that
use control + option as modifier don't work with VoiceOver on masOS, as
they conflict with native VoiceOver shortcuts. See #39271.
The conflict issue is also reported on the Gutenberg repository, see
https://github.com/WordPress/gutenberg/issues/11154 and the related
https://github.com/WordPress/gutenberg/issues/3218 which is the only way
to solve conflicts.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51089#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list