Josiah,

Thanks for the info. I have already handled CTRL+ENTER
as suggested. However, I have another issue due to key
handling.

I have an MDIWindow that has many child scintilla
controls. When I handled CTRL+ENTER in scintilla, all
other hotkeys attached with MDIWindow does not work.

It looks like Scintilla overrides all other hotkeys.
How can I enable CTRL+ENTER only to scintilla and
other keys work as usual for MDIWindow?

Thanks

Jay

--- Josiah Carlson <[EMAIL PROTECTED]> wrote:

> 
> jay <[EMAIL PROTECTED]> wrote:
> > I am using .net wrapper of scintilla.
> > I wanted to handle the CTRL+ENTER key with a
> specal
> > function i have. How can I handle it?
> > 
> > Similarly, I wanted to use F1, F2...F9 keys (not
> with
> > CTRL, but individually). How can I handle it with
> some
> > delegates or any other scintilla routines.
> 
> Usually there is a mechanism to capture keyboard or
> character events
> sent to the window.  I believe you should be able to
> use the same
> mechanism to capture keyboard/character events in
> your wrapped scintilla
> instance as you would in other .NET widgets.
> 
>  - Josiah
> 
> 

_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to