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

Fixes #34636.

git-svn-id: https://develop.svn.wordpress.org/trunk@35589 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2015-11-09 21:31:48 +00:00
parent c4e06bbb22
commit b31e52a6e8

View File

@ -55,9 +55,9 @@
});
// WP default shortcut
editor.addShortcut( 'Alt+Shift+A', '', 'WP_Link' );
editor.addShortcut( 'access+a', '', 'WP_Link' );
// The "de-facto standard" shortcut, see #27305
editor.addShortcut( 'Meta+K', '', 'WP_Link' );
editor.addShortcut( 'meta+k', '', 'WP_Link' );
editor.addButton( 'link', {
icon: 'link',