EnlighterJS / Plugin.WordPress

:package: Official WordPress Plugin of EnlighterJS
http://wordpress.org/plugins/enlighter/
GNU General Public License v2.0
115 stars 18 forks source link

Shortcut alt+shift+x doesn't work #233

Closed akoshman closed 4 years ago

akoshman commented 4 years ago

Hi, I use latest version of Enlighter and try to convert selected text into formatted text. I try to format text by using ctrl+shift+x and alt+shift+x but neither of them work. The option Enlighter -> VisualEditor -> Tweaks -> Enable Keyboard Shortcut is enabled. How can I fix this? Thanks in advance.

AndiDittrich commented 4 years ago

which editor do you use ?

akoshman commented 4 years ago

Standard gutenberg editor in WP

AndiDittrich commented 4 years ago

the settings you've mentioned above are related to the Visual Editor (TinyMCE) and not to the Gutenberg Editor.

shortcuts are currently not supported in this editor mode

akoshman commented 4 years ago

I remember it worked a year ago for sure. Is there any way to make it work again? Any hacks, etc?

AndiDittrich commented 4 years ago

It has never been implemented to the Gutenberg plugin due to the non-existing shortcut api - only TinyMCE/Classic Editor support shortcuts (this has been change in WordPress 5.4)