Replies: 1 comment 7 replies
-
Integrate CEF into your apps existing message loop message loop see https://github.com/cefsharp/CefSharp/wiki/General-Usage#multithreadedmessageloop Or implement IKeyboardHandler (for simple cases this is preferable)
What exactly is a keyboard event lock? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to avoid having to implement the IKeyboardHandler interface, to handle my keyboard events.
this is an example of what I have for keyboard shortcuts:
and in this way I initialize the control for the browser:
but once the control has the focus there is no way that the form receives the keyboard shortcuts for example: ctrl + N:
is there a way to redirect these events to the main form?
or best way:
is there a keyboard event lock, how can it be removed ?
Beta Was this translation helpful? Give feedback.
All reactions