ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> scintilla-interest
scintilla-interest
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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved