You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2.4 KiB

layout title title_nav description_short description keywords
default Keyboard shortcuts Keyboard shortcuts Complete list of keyboard shortcuts. Complete list of keyboard shortcuts. keyboard shortcuts

Editor keyboard shortcuts

This is a list of available keyboard shortcuts within the editor body.

Action PC Mac Core/Plugin
Bold Ctrl+B Command+B core
Italic Ctrl+I Command+I core
Underline Ctrl+U Command+U core
Select All Ctrl+A Command+A core
Redo Ctrl+Y / Ctrl+Shift+Z Command+Y / Command+Shift+Z core
Undo Ctrl+Z Command+Z core
Header 1 Alt+Shift+1 Ctrl+Alt+1 core
Header 2 Alt+Shift+2 Ctrl+Alt+2 core
Header 3 Alt+Shift+3 Ctrl+Alt+3 core
Header 4 Alt+Shift+4 Ctrl+Alt+4 core
Header 5 Alt+Shift+5 Ctrl+Alt+5 core
Header 6 Alt+Shift+6 Ctrl+Alt+6 core
Paragraph Alt+Shift+7 Ctrl+Alt+7 core
Div Alt+Shift+8 Ctrl+Alt+8 core
Address Alt+Shift+9 Ctrl+Alt+9 core
Focus to menubar Alt+F9 Alt+F9 core
Focus to toolbar Alt+F10 Alt+F10 core
Focus to element path Alt+F11 Alt+F11 core
Focus to contextual toolbar Ctrl+F9 Ctrl+F9 core
Insert link Ctrl+K Command+K [link]({{ site.baseurl }}/plugins/link/)
Toggle Fullscreen Ctrl+Shift+F Ctrl+Shift+F [fullscreen]({{ site.baseurl }}/plugins/fullscreen/)
Save Ctrl+S Command+S [save]({{ site.baseurl }}/plugins/save/)
Find Ctrl+F Command+F [searchreplace]({{ site.baseurl }}/plugins/searchreplace/)

Accessibility keyboard shortcuts

This is a list of available keyboard shortcuts within the editor user interface.

Action Key
Execute command Enter / Space
Focus next widget Right Arrow / Tab / Down Arrow
Focus previous widget Left Arrow / Shift+Tab / Up Arrow
Open widget menu Down Arrow
Open submenu Right Arrow
Close submenu Left Arrow
Close dialog Esc
Close menu Esc
Move focus back to editor body Esc

Note: Browsers and Screen Readers provide additional shortcuts within the editor context.

Add custom shortcuts to TinyMCE

Refer to the addShortcut and tinymce.Shortcuts sections to add custom keyboard shortcuts to TinyMCE.