Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Widgets - General questions or Mixed problems » what's the key identifier for ^Enter?
what's the key identifier for ^Enter? [message #10276] Fri, 29 June 2007 09:12 Go to next message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
want to override Ctrl.Hotkey() and need to know the key identifier for Ctrl+Enter.
searched all over the whole net but no luck.
what's the rule if shift,^,alt,win are mixed?
thanx
Re: what's the key identifier for ^Enter? [message #10278 is a reply to message #10276] Fri, 29 June 2007 09:46 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
bonami wrote on Fri, 29 June 2007 03:12

want to override Ctrl.Hotkey() and need to know the key identifier for Ctrl+Enter.
searched all over the whole net but no luck.
what's the rule if shift,^,alt,win are mixed?
thanx


K_CTRL|K_ENTER

or

K_CTRL_ENTER

(see CtrlCore/MKeys.h)
Re: what's the key identifier for ^Enter? [message #10340 is a reply to message #10278] Tue, 03 July 2007 09:34 Go to previous message
bonami is currently offline  bonami
Messages: 186
Registered: June 2007
Location: Beijing
Experienced Member
luzr wrote on Fri, 29 June 2007 15:46

bonami wrote on Fri, 29 June 2007 03:12

want to override Ctrl.Hotkey() and need to know the key identifier for Ctrl+Enter.
searched all over the whole net but no luck.
what's the rule if shift,^,alt,win are mixed?
thanx


K_CTRL|K_ENTER

or

K_CTRL_ENTER

(see CtrlCore/MKeys.h)


great
Previous Topic: Howto add dynamic ctrls to topwindow
Next Topic: drop list won't drop
Goto Forum:
  


Current Time: Tue Apr 23 13:32:35 CEST 2024

Total time taken to generate the page: 0.02815 seconds