musescore 4 hairpin shortcut

• Feb 10, 2024 - 15:18

Shortcuts < and > don't work in musecore 4 - an object is selected. I use a German keyboard.


Comments

They do work for me, also on a German keyboard, but I have my shortcuts.xml modified, try the attached.

The relevamt code is:

    <SC>
        <key>add-hairpin</key>
        <seq>&lt;</seq>
    </SC>
    <SC>
        <key>add-hairpin-reverse</key>
        <seq>Shift+&lt;</seq>
    </SC>
 

vs. the not working default code:

    <SC>
        <key>add-hairpin</key>
        <seq>Shift+,</seq>
    </SC>
    <SC>
        <key>add-hairpin-reverse</key>
        <seq>Shift+.</seq>
    </SC>
 
Attachment Size
shortcuts.xml 31.77 KB

Do you still have an unanswered question? Please log in first to post your question.