Is there any special handling for CTRL+F in synedit? #199
ClementDoss
started this conversation in
General
Replies: 1 comment 4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I hooked SynEdit OnKeyDown for a special action when CTRL+F is pressed, but the event is never triggered.
Other key combinations work fine, for instance: CTRL+SHIFT+F, ALT+F, CTRL+G, CTRL+H are triggering onKeyDown event except CTRL+F. I want to display a Search Dialog when this combination is pressed.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions