Key command to color a selection

Is there a way to set a key command to apply a color to selected items? I did this in Sibelius when marking up a draft score quickly (say, during a phone call with a composing partner) then go back and make changes to the areas marked with color. Not asking how to mark a voice or all items of a certain type as available in Preferences/View/Color (screenshot), just to mark the selection with a preselected color by pressing a key.

1 Like

I don’t think so…

Not natively, but it’s easy enough to hack into your user keycommands file. I still have red and green set up for ease with educational examples, sort of left over from back when I was teaching virtually. Obviously make a backup of your keycommand file first, then in the kGlobal context add …

{
	"UI.InvokePropertyChangeValue?Type=kEventColour&Value=string: #ff00aa00" : [ "Ctrl+Alt+Shift+G" ]
},

… substituting whatever hex color and shortcut you want. (This was for green.)

3 Likes

Excellent. Thank you so much.

1 Like

Another option is to use Dorico’s comment feature:

2 Likes

It worked! Found my keycommands on a Mac in
Users/myusername/Library/Application Support/Steinberg/Dorico 5/keycommands_en.json

1 Like