we can always use short-cut key to act like using a mouse to click on a button or fire a command.
for example: using ALT+F will fire the File menu on the tool bar.
in VB, there is an event call 'Click'. in this case, we know the user click on something.
my question is how can you tell if the user is using the short-cut key.

thanks