I'm improving my application now( for a laptop computer mainly).
But I'd like to disappear menu form by the same short cut.
When doing that, I think it becomes easy to use.
Hi Hideyuki,
Is this a plug-in or standalone application?
Either way you probably want to handle the KeyPress or KeyDown events.
You can then detect which keys where pressed.
For plug-ins, you probably want to use something like the following: