02-27-2014, 03:35 PM
I use Girder for those codes.
Here is an example how to determine the code for winamp play:
http://minus.com/i/d2C8wDYznOLm
In Girder you have a capture wide action page where all the actions are recorded (click, mouse move...) toghether with lparm and wparm (if they exist) wich are inner application codes for the actions produced by the user. For example if I click play in winamp in recorded events it shows mouse move, left click followed by lparm 0 and wparm 40045 = the result of my click on play. I can use those codes in girder, autohotkey to obtain play action.
Here is an example how to determine the code for winamp play:
http://minus.com/i/d2C8wDYznOLm
In Girder you have a capture wide action page where all the actions are recorded (click, mouse move...) toghether with lparm and wparm (if they exist) wich are inner application codes for the actions produced by the user. For example if I click play in winamp in recorded events it shows mouse move, left click followed by lparm 0 and wparm 40045 = the result of my click on play. I can use those codes in girder, autohotkey to obtain play action.