We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help in writing such a script on AHK please.
The text was updated successfully, but these errors were encountered:
Ok, so first you have to do: prFocus("timeline") ; if you are using Tarans scripts
then mouse over to the position of the timecode box and click (I didn't found any other way...) so something like: MouseClick, L, x, y, 1, 0;
and then: SendInput, {Shift Down}{Shift Up} sleep 10 SendInput, {Ctrl Down}{c Down} ;
this is a MUCH more robust way of using the keyboard shortcuts to COPY, rather than just using "Send ^c" sleep 5 SendInput, {c Up}{Ctrl Up} sleep 20
And that should be all!
I'll attach the whole file
Sorry, something went wrong.
You will need to change the file's suffix to .ahk ... (github doesn't allow it) And you will need to edit the timecode box positions copy timecode.txt
No branches or pull requests
Help in writing such a script on AHK please.
The text was updated successfully, but these errors were encountered: