-
Notifications
You must be signed in to change notification settings - Fork 64
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
Is there any API to move step Forward or Backward? #132
Comments
I think v := clipjumpInstance.getVar("TEMPSAVE")
clipjumpInstance.setVar("TEMPSAVE", v+1) ; or v-1, not sure |
I have a similar request. |
|
I've trid So, I modified the "API.ahk" file , add ` stepBack(){
And, then add a file plugin called "paste_current_And_move_Back.ahk". It works fine. |
It works like a charm. Thank you very very much! You are my hero!! |
I means that change the current clip number in the same channel. Thanks!
The text was updated successfully, but these errors were encountered: