Make WordPress Core

Changeset 35589


Ignore:
Timestamp:
11/09/2015 09:31:48 PM (9 years ago)
Author:
azaozz
Message:

TinyMCE: update the keyboard shortcuts for the link dialog in the wplink plugin. Fixes Ctrl + Alt + A on MacOS.

Fixes #34636.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/plugins/wplink/plugin.js

    r33728 r35589  
    5656
    5757        // WP default shortcut
    58         editor.addShortcut( 'Alt+Shift+A', '', 'WP_Link' );
     58        editor.addShortcut( 'access+a', '', 'WP_Link' );
    5959        // The "de-facto standard" shortcut, see #27305
    60         editor.addShortcut( 'Meta+K', '', 'WP_Link' );
     60        editor.addShortcut( 'meta+k', '', 'WP_Link' );
    6161
    6262        editor.addButton( 'link', {
Note: See TracChangeset for help on using the changeset viewer.