-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User right group for "ViewMenu_ShowSkinSettings", fixes lp1851993. #2358
Conversation
This is also a 2.2 issue. Need to rebase. |
I this a MacOS-only fix or is the issue reproducable on other OSes, too? I'd test your PR, but I have no Mac. |
At lest on linux it works perfectly without this PR: shortcut is displayed |
Yes, this works in my case as well. The issue that is fixed here is that there are [KeyboardShortcuts], ViewMenu_ShowSkinSettings entries in the keyboard mapping files: mixxx/res/keyboard/de_DE.kbd.cfg Line 148 in fcbf2d0
Maybe they are used an MacOs and the default fails for some reason. |
Aha. I use the system locale, which is |
In the German version the short cuts should be translated as well. |
Hmm, they already are translated Could it be, that not the translated shortcuts from mixxx/res/keyboard/de_DE.kbd.cfg Lines 148 to 154 in a7a7938
I have never noticed on macOS, because there is always the Command key (⌘) on display, no matter the language . |
Bingo, running this command fixed the issue for me: $ sed -i 's/ViewMenu_ShowSamplers Ctrl+1/ViewMenu_ShowSkinSettings Ctrl+1/' res/keyboard/*.kbd.cfg |
Does this mean we can merge this now? |
As I said, the issue is only fixed if you fix the keyboard shortcuts in |
Ah got it. I did not understand it, because it was already fixed in master |
OK, kbd.cfg files are fixed now. |
I tested with |
The branch was targeted to master!! |
Follow-up #2372 |
Fixes https://bugs.launchpad.net/mixxx/+bug/1851993