backdrop-contrib / tinymce

Integration for the TinyMCE editor in Backdrop CMS
https://backdropcms.org/project/tinymce
GNU General Public License v2.0
2 stars 1 forks source link

Keyboard navigation, shortcuts #18

Open indigoxela opened 11 months ago

indigoxela commented 11 months ago

TinyMCE provides lots of keyboard shortcuts. However, several of those won't ever work because of either conflicts with browser shortcuts (Firefox) or with OS specific shortcuts.

It's possible to provide (additional) custom ones, but those won't get advertised via help plugin. And it's also hard to figure out available key combos, not already in use. :wink:

On the other hand, the help plugin advertises shortcuts, that might not be available (example: "h1" might be prevented by settings), in which case nothing happens.