Incorrect default shortcut for 'previous score'

• May 9, 2020 - 23:35

In short: pressing ctrl + shift + tab does not activate the 'previous score' action.

I noticed that the default shortcut is ctrl + shift + BACKtab. Doesn't backtab imply shift is being held down? This seems to be conflicting with the 'shift' in the shortcut definition. I think it would make more sense for it to be defined as: ctrl + shift + tab.

This source confirms that the current default shortcut is ctrl + shift + backtab:
https://musescore.org/sites/musescore.org/files/2019-05/MuseScore%20Sho…

The handbook states that the shortcut is ctrl + shift + tab:
https://musescore.org/en/handbook/keyboard-shortcuts

This is the relevant section of the default shortcuts.xml:

  <SC>
    <key>previous-score</key>
    <std>21</std>
    </SC>
 
 

Here's my edit that makes it work like how I would expect it:

  <SC>
    <key>previous-score</key>
    <seq>Ctrl+Shift+Tab</seq>
    </SC>
 
 

This is the only reference of this problem I've seen so far:
https://musescore.org/en/node/276933#comment-997431

I initially encouterd this in version 3.4.2, but this behaviour remains in the 3.5 alpha. OS: Windows 10.

Should this be reported as a bug?


Comments

Yes, I can confirm what you're seeing. I've additionally found that it isn't even possible (on Windows) to manually set the keyboard shortcut to Ctrl+Shift+Tab, so there's no way to get that keyboard shortcut working at all.

Please file a new issue to report all of this. Thanks.

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