Make WordPress Core


Ignore:
Timestamp:
12/17/2018 01:48:05 AM (6 years ago)
Author:
SergeyBiryukov
Message:

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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-includes/class-wp-editor.php

    r44120 r44257  
    12881288                // Shortcuts help modal
    12891289                'Keyboard Shortcuts'                   => array( __( 'Keyboard Shortcuts' ), 'accessH' ),
     1290                'Classic Block Keyboard Shortcuts'     => __( 'Classic Block Keyboard Shortcuts' ),
    12901291                'Default shortcuts,'                   => __( 'Default shortcuts,' ),
    12911292                'Additional shortcuts,'                => __( 'Additional shortcuts,' ),
Note: See TracChangeset for help on using the changeset viewer.