how to add custom keyboard hot keys to createListPlugin and createHeadingPlugin #3146
Unanswered
johnpatrick254
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It want to use hotkeys 'mod+opt+7' for ordered list and 'mod+opt+8' for unorded list, how can I achieve that, also hotkeys for heading work only upto h3 (mod+opt+3),nothing happens when i press 'mod+opt+4' all the way to six despite setting the level options to 6 in createHeader plugin
createHeadingPlugin({ options:{ levels:6 } })
Beta Was this translation helpful? Give feedback.
All reactions