mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 01:00:04 +00:00
TinyMCE: Fix the keyboard shortcut (Alt+Shift+H) to not open the default Block Editor help modal and change the title of the help modal to "Classic Block Keyboard Shortcuts" in the Classic BLock. Also remove Alt+Shift+Z in the Classic Block as it conflicts with the Block Editor.
Props azaozz. Merges [43915] to trunk. Fixes #45365. git-svn-id: https://develop.svn.wordpress.org/trunk@44257 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1287,6 +1287,7 @@ final class _WP_Editors {
|
||||
|
||||
// Shortcuts help modal
|
||||
'Keyboard Shortcuts' => array( __( 'Keyboard Shortcuts' ), 'accessH' ),
|
||||
'Classic Block Keyboard Shortcuts' => __( 'Classic Block Keyboard Shortcuts' ),
|
||||
'Default shortcuts,' => __( 'Default shortcuts,' ),
|
||||
'Additional shortcuts,' => __( 'Additional shortcuts,' ),
|
||||
'Focus shortcuts:' => __( 'Focus shortcuts:' ),
|
||||
|
||||
Reference in New Issue
Block a user