I am trying to write a (seemingly) simple macro that will insert a "Scene End" market between cues.
I have tried writing it two ways, once in the Macro Editor and again in Live mode.
In the Macro Editor, I used the softkeys {Attributes}{Scene End}[ENTER], when I did it in live mode, I used the following [Learn][Macro][6][Enter]{Attributes}[More SK]{Scene End}[Enter][Learn]
Both resulted in a macro that looked like this in the Macro Contents: Attributes_ Scene_End ◆
The macro executes but does nothing. The Insert Scene macro that I wrote works fine. {Atrributes}{Scene} gives me a macro that looks like this: Attributes_ Scene
When this macro is executed it results in "Cue # Scene" being displayed on the Command Line and the on-screen keyboard opening so that I can type in the scene text.
The usual method of adding a Scene End "{Attributes}[More SK]{Scene End}[Enter] results in "Scene End Enable" being displayed on the Command Line and a End of Scene marker is included in the Cue List. If there is already a marker there, that action results in "Scene End Disable" being displayed and the End of Scene marker is deleted from the cuelist.
Am I doing something wrong with this macro, or is this a bug?
Thanks!