Dorico too large for monitor in German edition

You can add these tuplet commands to a shortcut key if you’re comfortable editing JSON files. Here’s a post of mine which discusses the process.

In this case, instead of the text "Script.RunScript?ScriptPath=C:/path/to/myscript.lua", you would want to use something like "NoteInput.StartTupletRun?Definition=5:4e" to set up, for example, a 5:4 eighth note tuplet.

{
    "context" : "kWriteMode",
    "shortcuts" : [
        
        {
            "NoteInput.StartTupletRun?Definition=5:4e" : [ "CTRL+2" ]
        },

You could add as many of these as you like; you just need to be careful not to conflict with existing key commands.

3 Likes