Shortcuts for key signature, time signature, and symbols palettes not working
Ubuntu 14.04, GIT commit: f78aca0
I had thought maybe this was specific to my system which has an unusual keyboard configuration in some ways, but apparently it is also the case on some Windows systems - see http://musescore.org/en/node/43286.
1) open or create score
2) press Shift+K, Shift+T, or Z
Result: nothing happens. But these should open the key signature, time signature, and symbols palette. I added those commands back a few months ang and they worked then. Now, I just get errors in the console window:
palette not found
KeyEditor: read failed
palette not found
I got that pressing "Z", FWIW.
Comments
Under Windows 7 the debug output seems more verbose (edited to use USERNAME and ...):
Debug: palette not found (...\MuseScore\mscore\palette.cpp:1032, bool Ms::Palette::read(const QString&))
Debug: KeyEditor: read failed (...\MuseScore\mscore\keyedit.cpp:318, Ms::KeyEditor::KeyEditor(QWidget*))
Debug: palette not found (...\MuseScore\mscore\palette.cpp:1032, bool Ms::Palette::read(const QString&))
I got that pressing Shift+K, seems only the first of those shortcuts give any output
Doesn't work in Beta 2 either, so it is not related to 8cc7741
A side effect probably on October 30 of this commit ("shortcut") ? : https://github.com/musescore/MuseScore/commit/c1853ebd8b454d008ebc6160b…
- This Nightly is correct: Z, Shift+ T and Shift+ K works well :)
396c44f
- Not this one :( May be implicated also? Less likely?
c22e88b
Thanks for the pointer! Very curious that this change caused the problem. But hopefully knowing that will enable us to fix it.
There is a few commits between the two Nightlies mentionned. With the results as indicated, I confirm again. With the first Nightly, this:
and with the second one... NOTHING! Needless to attach a screenshot! :)
You may verify these intermediate commits.
But this? https://github.com/musescore/MuseScore/commit/b10ce52486360a2999d4104b7…
or this? https://github.com/musescore/MuseScore/pull/1415/files
https://github.com/musescore/MuseScore/pull/1675
Fixed in 81ad1b4b9d
Automatically closed -- issue fixed for 2 weeks with no activity.