If I use this code :
- Code: Select all Expand view
SET KEY VK_F5 TO TestPro
then the function TestPro() will be executed if the F5-key is pressed.
But now my question :
How can I read in another part of my appliction to which function the F5-key is linked ?
Thank you.