Hello, I want to assign a keybind to the “Track forward one frame” and “Track backward one frame” buttons in the Mocha tracker in Silhouette 7.5.9v10. Is there a Python api call to these buttons? Thanks in advance.
Sorry, currently there isn’t. But I can probably add something for our next maint release.
1 Like
Thank you for your reply!!
This is implemented in the forthcoming 2022.5.2 maint release.
Use the new tracker.trackForward() and tracker.trackBackward() methods.
1 Like