short cut for cue sized objects

Hi together!

Sorry for asking the forum: I want to set a short cut for making objects cue sized. I can’t find the command for it. Can anyone help me?

Thanks a lot,

B_e_n

You’ll have to graft it into the keycommands JSON file manually. See https://www.steinberg.net/forums/viewtopic.php?f=246&t=168229#p909318 for general instructions on how to do that.

Graft it into the kGlobal context.
The line to paste in is:

					{
						"UI.InvokePropertyChangeValue?Type=kEventScale&Value=kCue" : [ "Ctrl+Alt+Shift+1" ]
					},

(Obviously use whatever keyboard shortcut you like, and check that it doesn’t conflict with anything else)

Thank you very much. I’ll do my very best.