Skip to content
New issue

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

Send to clipboard the current playhead position (timecode) on the timeline? #63

Open
becauseim opened this issue Sep 29, 2018 · 2 comments

Comments

@becauseim
Copy link

Help in writing such a script on AHK please.

@Matesaktesak
Copy link

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

@Matesaktesak
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants