--
Contact support anytime: sup...@figure53.com
Follow QLab on Twitter: https://twitter.com/QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/157f3e09-2383-4d21-9d11-4233862a1ab2n%40googlegroups.com.
Le 26 juil. 2022 à 10:06, Taylor Glad <taylo...@gmail.com> a écrit :
...And the keyboard shortcuts (at least on my US English keyboard) are:
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/3b8d271d-621e-4211-b06b-4564f32effd2n%40googlegroups.com.
--
Contact support anytime: sup...@figure53.com
Follow QLab on Twitter: https://twitter.com/QLabApp
User Group Code of Conduct: https://qlab.app/code-of-conduct/
---
You received this message because you are subscribed to a topic in the Google Groups "QLab" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qlab/PQ0P1dVZE7s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/2b770e5c-4db5-488e-a0af-57dc4d8ad475n%40googlegroups.com.
Le 28 juil. 2022 à 22:54, Taylor Glad <taylo...@gmail.com> a écrit :
You received this message because you are subscribed to the Google Groups "QLab" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qlab+uns...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/qlab/CAMeegiciEgmBQbHYA1Q74rQtnw189JyD7gDmpqnTDcJ5h%3DpNeg%40mail.gmail.com.
tell application id "com.figure53.QLab.4" to tell front workspace
set startingList to current cue listrepeat with eachList in cue listsset current cue list to eachList -- This brings each cue list to the front so the collapse command has an effectrepeat with eachCue in (cues of eachList whose q type is "Group") -- This only collapses the top level of Group Cues, not their childrencollapse eachCueend repeatend repeatset current cue list to startingListend tell