Is it possible to add hotkeys to align plugin? #1264
Answered
by
zbeyens
thefinnomenon
asked this question in
Q&A
-
I configured the hotkeys for bold, italicized, etc but I don't see a way to pass a hotkey configuration into the align plugin. Is it possible or will I have to modify the plugin? |
Beta Was this translation helpful? Give feedback.
Answered by
zbeyens
Dec 3, 2021
Replies: 1 comment 1 reply
-
You can use the plugin factory to add your own |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
thefinnomenon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use the plugin factory to add your own
onKeyDown
:createAlignPlugin({ handlers: { onKeyDown: ... } })