Make WordPress Core


Ignore:
Timestamp:
11/21/2018 12:27:12 PM (5 years ago)
Author:
azaozz
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.

Fixes #45365.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/class-wp-editor.php

    r43758 r43915  
    12691269            // Shortcuts help modal
    12701270            'Keyboard Shortcuts' => array( __( 'Keyboard Shortcuts' ), 'accessH' ),
     1271            'Classic Block Keyboard Shortcuts' => __( 'Classic Block Keyboard Shortcuts' ),
    12711272            'Default shortcuts,' => __( 'Default shortcuts,' ),
    12721273            'Additional shortcuts,' => __( 'Additional shortcuts,' ),
Note: See TracChangeset for help on using the changeset viewer.