Selaa lähdekoodia

Added keystroke to button title.

Oskar Wrobel 9 vuotta sitten
vanhempi
commit
e0f4e7f529
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      packages/ckeditor5-link/src/link.js

+ 2 - 1
packages/ckeditor5-link/src/link.js

@@ -70,7 +70,8 @@ export default class Link extends Feature {
 			isEnabled: true,
 			isOn: false,
 			label: t( 'Link' ),
-			icon: 'link'
+			icon: 'link',
+			keystroke: 'CTRL+l'
 		} );
 
 		// Bind button model to command.