Re: [scintilla] Need Help in handling CTRL+ENTER to invoke a function .net
by Josiah Carlson other posts by this author
Dec 13 2006 10:41PM messages near this date
[scintilla] Re: Enhancements to RESearch
|
[scintilla] [ scintilla-Bugs-1613368 ] Block indent doesn't indent blank lines
jay <jiltin@[...].com> 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
Scintilla-interest@[...].org
http://mailman.lyra.org/mailman/listinfo/scintilla-interest
|