Replies: 1 comment 3 replies
-
You can listen to the FORMAT_TEXT_COMMAND at a higher priority than the built in listeners and intercept the event and check for those modifiers. You can return true in your listener to stop the command propagating more too :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Before I work on a PR, I would like to hear your thoughts on the idea of adding custom events to the
Root
element; i.e. if this has been previously discussed internally (didn't find any relatable discussion on GitHub), etc.The motivation behind this is that currently there's no way to extend the functionality for keyboard events, which cause some combinations to be consumed eagerly (i.e.
CTRL + B
is consumed by the "bold text keyDown" event, thus making it impossible to listen i.e. to theCTRL + SHIFT + B
combination.Beta Was this translation helpful? Give feedback.
All reactions