Setting Ctrl+S as a shortcut is possible despite the conflict with save
I am running a recent, self-built version of MuseScore from the git repository.
As shown in the screenshot, it is entirely possible to enter Ctrl+S as a shortcut. The expected behavior would be "Shortcut conflicts with File: Save".
I would like to try and take care of this bug once confirmed.
Attachment | Size |
---|---|
Capture d'écran de 2016-03-13 17-38-28.png | 11.59 KB |
Comments
Confirmed. See also #65011: Reset All Preferences to Default removes essential keyboard shortcuts; fixed on restart. Presumably same basic cause - certain shortcuts are managed by Qt, I think, not by us (to be able to leverage the standard shortcut used for the particular OS). Not sure there really is a good reason we need to do this; mybe just removing that special casing would be the solution.
Hopefully fixed.
https://github.com/musescore/MuseScore/pull/2449
Fixed in branch master, commit eae3b10041
fix #101916: undetected conflict with standard keys
Fixed in branch master, commit 5be6d09e09
Merge pull request #2449 from syrma/101916-conflicts-with-standard-shortcuts
fix #101916: undetected conflict with standard keys
Fixed in branch 2.0.3, commit 871e001319
fix #101916: undetected conflict with standard keys
Automatically closed -- issue fixed for 2 weeks with no activity.