Hi,

Wx::AcceleratorTable doesn't handle the Escape key under Windows, so an 
EVT_CHAR event must be defined for every form field.

But I've seen that the event EVT_CHAR is not handled by all form objects, for 
example the buttons doesn't handle it.

Is there another way to define the Escape key as an accelerator that can be 
accessed anywhere in the application?

Or it is a limitation of wxWIDGETS or WxPerl? Or a bug?

Thanks.

--Octavian

Reply via email to