Keyboard shortcut sequence
Can you help me with setting up a shortcut sequence? been trying to chord with add interval below command. Is this feature like VIM style? or am I mistaken?
Can you help me with setting up a shortcut sequence? been trying to chord with add interval below command. Is this feature like VIM style? or am I mistaken?
Do you still have an unanswered question? Please log in first to post your question.
Comments
I figured it out: it does not work because Alt+5 is assigned to a command already.
This doesn't work
Alt+5: enter fifth above
Alt+5, Alt+down: enter fifth below (the "enter fifth above" command is run upon Alt+5, and further keyboard shortcuts are not processed)
This works
(Cleared): enter fifth above
Alt+5, Alt+down: enter fifth below
ms4 as of 4.0.1 removed the shortcut sequence function, so i guess there's no need to raise in issue tracker then?
In reply to I figured it out: it does… by msfp
So far Mu4 removed the UI for it, see https://github.com/musescore/MuseScore/issues/15820
But you can still manually add them to shortcuts.xml
In reply to So far Mu4 removed the UI… by Jojo-Schmitz
thank you @Jojo-Schmitz, that's helpful