Dear Dorico team. Writing chords in Dorico vs Sibelius. Requesting minor changes

I thought I’d go one step further. This should theoretically give you rhythmic values only on the number keypad (albeit Dorico numbers rather than Sibelius or Finale ones), with note above and note below to match Sibelius’s shortcuts.

"context" : "kWriteMode",
				"shortcuts" : [
					
					{
						"NoteInput.NoteValue?LogDuration=k128Note": [ "Num+1" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kBreve": [ "Num+9" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kCrotchet": [ "Num+6" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kDemiSemiQuaver": [ "Num+3" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kHemiDemiSemiQuaver": [ "Num+2" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kMinim": [ "Num+7" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kQuaver": [ "Num+5" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kSemiQuaver": [ "Num+4" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kSemibreve": [ "Num+8" ]
					},
									
					{
						"NoteInput.NoteValue?LogDuration=k128Note": [ "DELETE:1" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kBreve": [ "DELETE:9" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kCrotchet": [ "DELETE:6" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kDemiSemiQuaver": [ "DELETE:3" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kHemiDemiSemiQuaver": [ "DELETE:2" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kMinim": [ "DELETE:7" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kQuaver": [ "DELETE:5" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kSemiQuaver": [ "DELETE:4" ]
					},
					
					{
						"NoteInput.NoteValue?LogDuration=kSemibreve": [ "DELETE:8" ]
					},
					
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=2" : [ "2" ]
					},
					
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=3" : [ "3" ]
					},
										
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=4" : [ "4" ]
					},
															
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=5" : [ "5" ]
					},
																				
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=6" : [ "6" ]
					},
															
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=7" : [ "7" ]
					},
																				
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=8" : [ "8" ]
					},
					
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=-2" : [ "Shift+2" ]
					},
					
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=-3" : [ "Shift+3" ]
					},
										
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=-4" : [ "Shift+4" ]
					},
															
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=-5" : [ "Shift+5" ]
					},
																				
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=-6" : [ "Shift+6" ]
					},
															
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=-7" : [ "Shift+7" ]
					},
																				
					{
						"NoteInput.TransposeOrAddNotesToSelection?Definition=-8" : [ "Shift+8" ]
					},
3 Likes