By Andrew Skipper @Andrew_Skipper
Can't find a short cut anywhere and no commands in SF seem to exist. The only way seems to be clicking on the tiny automation lane button for the selected track or using a modifier to make it for all tracks. Anyone know of a way to do this within SF? Thanks
- samuel henriques @samuel_henriques
hi @Andrew_Skipper ,
try this, as long as track size is small or larger, it works for me:
sf.ui.proTools.selectedTrack.children.whoseRole.is("AXDisclosureTriangle").whoseTitle.is("Show/hide automation lanes").first.mouseClickElement({ relativePosition: {"x":1,"y":1}, isOption: true, });
if you want only the selected track, remove `isOption: true,``
- AIn reply toAndrew_Skipper⬆:Andrew Skipper @Andrew_Skipper
That's great - thanks very much. Tied to 2 buttons on my deck - this will save me a lot of RSI trying to click that teeny weeny button :-)
Love this community - thanks again!!samuel henriques @samuel_henriques
nice one, happy it works. Awesome community indeed!!