Keyboard shortcuts for playing technique text?

Hi Asher

I made a repeat.lua script containing

local app=DoApp.DoApp()
app:doCommand([[MusicalManipulation.RepeatPitches?ParameterRepeatPitchesNumberOfSteps=1]])

and in the keycommands_en.json file

I can add - within the “shortcuts” : [ … ] space this:

{
"Script.RunScript?ScriptPath=/Users/YOU/AppData/Roaming/Steinberg/Dorico 5/Script Plug-ins/repeat.lua" : [ "Ctrl+Alt+Shift+A" ]
},

(N.B. forward slashes even though it’s a windows location)

and CTRL-ALT-SHIFT-A now repeats all the pitches.

hope this helps