-
-
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
Keyboard mapping: Return triggers doubleclick, move Preview functions to P / Shift+P #12639
Keyboard mapping: Return triggers doubleclick, move Preview functions to P / Shift+P #12639
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks good to me. I support the idea to merge it to the 2.4 branch.
c8427ef
to
3e93266
Compare
I removed the intermediate PDF changes (binary file). |
What is missing to be merged? Do we want a quick merge to 2.4 this weekend or should it go to main? |
Someone needs to review the greek and russian mappings, there others are straightforward (P = P). And I need to update the PDF. |
Some findings:
There are some other wrong keys assigned. I will issue a PR. |
Oh, thanks for taking a close look! |
I just did the same. I am currently facing the issue that Mixxx comes always up with the English layout. |
We can't do much about the dead keys. One main issue is that Mixxx does not follows if the users switching the keyboard layout. This is what Greek users do when searching for Greek tracks. We have code rotting around that issue all these issues. |
e603c7e
to
aacef8d
Compare
p LoadSelectedTrackAndPlay Shift+p start_stop
aacef8d
to
5191d1b
Compare
I pushed once more because the Github diff of the SVG (rendering) looked wrong, which I blamed Inkscape for. |
Cool, thank you for this last minute PR. |
Yeah, great this still slipped in! Reminder for myself: update the manual |
Old
Return
key stops a playing preview deck.Alt
+Return
loads a track and starts playing itNew
P
loads a track and starts playing itShift
+P
stops itReturn
triggers the configured doubleclick action in the tracks table(
Ctrl
+Return
opens the track properties editor, for one track only, for multi-selection see #12548)Return
for activating a selection feels natural, and I caught myself multiple times trying that.Considering that, we may as well
Alt
+Return
for load to preview deckP
does start/pauseShift
+P
does go to start (or Cue?), and stop?Keyboard mappings and the keyboard sheet are updated accordingly.
This is kind of a breaking change, it shouldn't go to a bugfix release.
Otoh I don't want to delay 2.4
I'll probably split this up into the bugfixes (2.4) and the feature part (2.5).
Anyway, take a look and let me know what you think.