cln-io / SteamBulkKeyActivator

A little macro program that allows you to activate steam keys in bulk
Apache License 2.0
67 stars 14 forks source link

Update SteamBulkKeyActivator.ahk #6

Closed VijayS1 closed 8 years ago

VijayS1 commented 8 years ago

Updated it with some keyboard shortcuts, new positions of some buttons. New routine to find buttons on the form. Basically making it work with steam today. TO DO: Test if it now works with all test cases. I've tested with : Duplicate key: works too many attempts : works New product : Not tested yet invalid key: works

cln-io commented 8 years ago

Ideally I'd love to merge both #8 and #6. I don't have time the upcoming days, is either one of you willing to check both PR's out ?

VijayS1 commented 8 years ago

any link to documentation on how to merge the two patches? I don't know how to go about it on github.

6 I changed the way clicking on button works, tried to use the keyboard more often.

8 uses the old way to click buttons and makes changes to logging and parsing of content

makedir commented 7 years ago

@colingg can you please make a change to the fork, that it works for other resolutions than 1920x1080 and also if Windows window scale is other than 100%, because then your script misclicks and doesn't hit the buttons anymore.

VijayS1 commented 7 years ago

What about the keyboard version? Where it uses tabs to click?

Or you can use WindowSpy and modify the script with your specific resolution dependent offsets. The script makes it clear how to calculate them.