Changeset 35589
- Timestamp:
- 11/09/2015 09:31:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wplink/plugin.js
r33728 r35589 56 56 57 57 // WP default shortcut 58 editor.addShortcut( ' Alt+Shift+A', '', 'WP_Link' );58 editor.addShortcut( 'access+a', '', 'WP_Link' ); 59 59 // The "de-facto standard" shortcut, see #27305 60 editor.addShortcut( ' Meta+K', '', 'WP_Link' );60 editor.addShortcut( 'meta+k', '', 'WP_Link' ); 61 61 62 62 editor.addButton( 'link', {
Note: See TracChangeset
for help on using the changeset viewer.