Page 1 of 1

How to custom the behavior of play function ?

Posted: 11 Jun 2019 09:55
by ornanovitch
Hello all,

After hours of research, I don't find anything that could handle what I need, for a specific work.

I'd like to create a hotkey shortcut for a custom action :

Play = jogbackward + play for 5 seconds, then pause

etc.

Would someone have some indications for this ?

I don't know how to write in lua but I can learn to tinker with scripts fast if I have some clues.
Thx !

Re: How to custom the behavior of play function ?

Posted: 11 Jun 2019 17:10
by mederi
Only custom dialog box with buttons. Qt GUI (Windows&Linux) supports button hotkeys (Alt+char). Then "play for 5 seconds, then pause" can be tricky to do.