Question
How to create keyboard shortcuts to buttons on a dailog
Has anyone created keyboard shortcuts to buttons on a dialog ? If so, how did you do it ?
I have tried replace the dialog event handler with my own. It gets the mouse clicks, but keyboard events are not passed to the my event handler. They get intercepted before.