lj8888
lj8888

Reputation: 377

find out the keyboard shortcuts of a window programmatically

is there a way to find out what keys is a window listening for (preferably Windows)?

or at least the menu Alt-keys?

Upvotes: 4

Views: 189

Answers (1)

Manfred
Manfred

Reputation: 5666

I doubt it. Each function participating in the window message handling can choose to ignore the message or to execute some code.

Upvotes: 1

Related Questions