-
-
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
Using ctrl-click as right-click freezes control after setting to default value #10831
Comments
how do you configure Ctrl+click? is it a macOS-native setting or some 3rd-party app? |
this is standard macOS behaviour (it's not even a settings, it can't be turned off unless by using 3rd party software). |
macOS 12.5.1 Confirming issue The issue does not happen when two-finger-tapping touchpad as secondary click or right-click. The issue however happens if |
Alright, thanks for confirming. So the issue seems to be that Mixxx recognizes the FWIW there are a few macOS-specific paths in src/controllers/keyboard/keyboardeventfilter.cpp |
Is any of the console output helpful? Console Output
|
Thanksfor clarifying.
Not really if I don't know how logged lines relate to Mixxx input. |
Please test the build of #10838 |
Hmm the issue seems to be that Working on it... |
#10839 contains the new fix to test. |
fixed by #10869 |
When using the trackpad on a macbook, I use ctrl-click to emulate right-click. I found that this does not work well with mixxx: The controls (I tried with cross fade slider and any filter knob, but I assume this goes for all continuous controls) do reset to their default value as expected with right-click, but afterwards the don't respond to mouse events anymore and stay fixed at the default value, until doing a proper right click (with a mouse with physical right button) or using two-fingers-emulated-right-click. After that the control functions normally again.
(As a first time user, it took me a while to realize this was the problem when I found mixxx became gradually unresponsive.)
Using Mixxx 2.3.3 on macOS Monterey.
The text was updated successfully, but these errors were encountered: