tool window & shortcut keys

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

In my application I have some tool window.
some of these tool window do accept key input.
yet I would like key shortcut (CTRL+S, F2, etc...) to be handled by the main
menus of my main window.
how could I achieve somethink like that?
 
On the tool windows I have nothing set (i.e. no menu, no toolbar).
Hence, shortcut key do nothing.
I would like an automatic solution, where don't have to recreate the menu
on each window.



--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
 
you will have catch those keys events, in the keypress or keydown events, in
the child form I.e toolwindow and then raise a event, which has to be
handled in the Main Parent form .

VJ
 
Back
Top