REDO default shortcut is unexpectedly set to Ctrl + Shift + Z

• Aug 9, 2021 - 11:15

OS: Linux Mint 20.1, Arch.: x86_64, MuseScore version (64-bit): 3.6.2.548021370, revision: 3224f34

AFAIK, Ctrl + Y is normally the universal shortuct for REDO. But in this case it has been replaced by Ctrl + Shift + Z. A screenshot of the shortcuts window (below) show that Ctrl + Y has been allocated elsewhere:

screenshot_shortcuts.png

Even then, the "shortcuts" don't appear to do anything.


Comments

In reply to by geetar

in shortcuts.xml I see:

  <SC>
    <key>undo</key>
    <std>11</std>
    </SC>
  <SC>
    <key>redo</key>
    <std>12</std>
    </SC>

For all, including Mac and AZERTY. Whatever that std 11 and std 12 might mean.

Apparently it picks on QKeySequence::StandardKey(i), see https://doc.qt.io/qt-5/qkeysequence.html#StandardKey-enum, and at https://doc.qt.io/qt-5/qkeysequence.html#standard-shortcuts it claims that Ctrl+Shift+Z is that default, just like you see it happening.
As per that MuseScore/Qt is behaving as intended

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