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:
parent
c4e06bbb22
commit
b31e52a6e8
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user