Scripting ..

I’ve been following the advice in this thread … Dorico 3 - Keyboard shortcuts for microtonal accidentals? - Dorico - Steinberg Forums

I’m trying to get a macro to record the re-naming of an instrument. However it looks like any text entry and formatting isn’t being recorded. Is there another way of doing this? A line of lua code as part of the process?

This is what it is at the moment.

local app=DoApp.DoApp()
app:doCommand([[Project.Instrument.InitiateEditNames?InstrumentID=194&PlayerID=177]])
app:doCommand([[Project.Instrument.UpdateNames?BlobID=28]])

To the best of my knowledge the scripting functionality doesn’t yet cover interaction with any dialog apart from the main window (and its panels).

Thanks Leo.