Custom shortcuts not working

• Jan 29, 2020 - 19:21
Reported version
3.4
Type
Functional
Frequency
Once
Severity
S4 - Minor
Reproducibility
Always
Status
active
Regression
No
Workaround
No
Project

Steps to reproduce:
1. Open preferences > Shortctuts
2. Define key Cmd-Alt-A for "Select similar elements in same staff" and click "OK.
3. Right-click on e.g., a chord symbol and view the "Select" menu.
4. Observe that the "Select similar elements in same staff" menu shows the shortcut as defined.
5. Close the menu.
6. Ensure the chord symbol is selected.
7. Press Cmd-Alt-A.

Expected:
- All chord symbols get selected.

Actual:
- Nothing happens.


Comments

I was able to reproduce this.

It appears to be a paint invalidation bug. The chords are actually selected; you just can't see that they are. If, after step 7, you do something that forces a repaint (such as dragging the score with the mouse), you'll see that the chords are all selected.

Even if you don't force a repaint, if you perform an action on the selection immediately after step 7, it will work. For example, if you press the Delete key, the chords all get deleted, even if they didn't appear to be selected.

On some keyboards, this shortcut is saved as Ctrl + Alt + Æ. So it doesn't work on me. (also Ctrl+Alt+S is saved as Ctrl+Alt+ß)
But when I try it with Ctrl + Alt + D, it seems like there is an layout update problem. After making the selection, the selection appears when I hold the page with the left mouse button and slide it a little.

I can confirm the update problem. When the selection is a note, the selection is indeed shown; with chord symbols you have to make the view refresh, e.g., by scrolling.

BTW, the actual version is 3.4.1.25011, not 3.3