How to intercept key presses in TextEdit? #6761
Unanswered
SneedSeedFeed
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
-
I can only find information for LineEdit which already has what I want, other than being single line and no matter how I toy with FocusScope I can't seem to find something that works (although I am very new to slint).
Ideally I would like to achieve something like
So if someone hits enter and isn't holding shift we trigger the callback, otherwise we let it through and maybe do something else.
Beta Was this translation helpful? Give feedback.
All reactions