Suppress playback

Dear friends happy new year. I have a question. Is there a shortcut for the command : “Suppress playback”? Many thanks have a great year with Dorico 4 :muscle:
Antonello Cerbo.

1 Like

There isn’t at the moment, Antonello, no, but I agree it would be useful. I’ll make a note of it, and we’ll add it in future.

4 Likes

This is a pretty easy shortcut to manually add if you want to edit your keycommands file yourself. I personally use Ctrl+Alt+Shift+P for this. In Windows, open your keycommands_en.json file that resides in C:\Users\yournamehere\AppData\Roaming\Steinberg\Dorico 4, and add the following code somewhere in the kGlobal context:

{
	"UI.InvokePropertyChangeValue?Type=kEventMuted&Value=string: true" : [ "Ctrl+Alt+Shift+P" ]
},

You can substitute whatever shortcut you want within the brackets and quote marks. (Obviously make a backup of the file first before editing.)

1 Like

Thank you for your answer. :raised_hand_with_fingers_splayed::muscle: