wilsonmichaelunl / AHK

0 stars 0 forks source link

Workflow Instructions for testing purposes #3

Open ifleeter opened 4 years ago

ifleeter commented 4 years ago

Just so it's written down and I remember it -- can you confirm this is the current proper workflow...

Step 1. Run Premiere Pro Step 2. Run Visual Studio 2019 *As Admin Step 3. Open "AHKPresetCreator.sln" within Visual Studio 2019 Step 4. Click green play button inside Visual studio 2019 (Top Middle Area) Step 5. Run the AHK configure script "Configure.ahk" Step 6. Inside Premiere Pro hit "Alt, b" (This starts the process) Step 7. You're prompted with instructions "Original Coordinates X:00 Y:00 Enter these coordinates into the consoze window. Once these numbers are entered. Click back into Premiere Pro and click "ALT + C" Step 8. Click on the icon "Preset name" and then hit ALT + V Step 9. You're then prompted with your new coordinates enter those values into the console window. Hit "Enter" in console window and it will close. Step 10. Now once the console window has closed from previous "Enter button" go into your C Drive and find the .ahk file labelled "Test.ahk" that the console program just made. Run this script. Step 10. Inside premiere hit ALT + B to run the preset script with the custom coordinates.

Voila!

wilsonmichaelunl commented 4 years ago

Related Change to configure.ahk #8

wilsonmichaelunl commented 4 years ago

@ifleeter change with 7. There is no longer any need to hit ALT + C. Just type in the coordinates on the console window and then move on to number 8

ifleeter commented 4 years ago

Ok, great this is completed for now.