-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add <Insert> keyboard shortcut to create a new FX channel #1980
Conversation
@Sti2nd we need to assign a valid shortcut to this. I don't know if insert is good or not. |
This really should have been settled in #1488, but I guess that shows the downside to megathreads in that some things get missed. I think either One of the suggestions in the megathread was that Another possibility is Currently, my vote goes towards implementing |
Right now, we use CTRL + Insert (or possibly CTRL + Shift + insert) to add new bars to the Song Editor. Perhaps that should be carried over? |
@tresf (edited because I initially misunderstood what shift+insert did) Shift+Insert in the song editor appears to insert an empty bar to the right of the playhead. I suppose inserting a new FX channel is a similar action, so Shift+insert might indeed be the right shortcut to use here. |
@Wallacoloo I guess I'm having a hard time with this one... CTRL + N is the closest I can think of, but that's already used for New Project. :\ That's why I'm hoping for some feedback from others. :) @Sti2nd @Umcaruje @mikobuntu @unfa opinions? :) |
@tresf in case you read my comment through email, I immediately edited my previous comment pretty heavily because I was wrong about what |
@Wallacoloo let's march forward with that then. We may decide to change it down the road, but that way we can have something, and it can be fairly consistent. 👍 |
@tresf switched to |
👍 |
Add <Insert> keyboard shortcut to create a new FX channel
@Sti2nd please add to the chart. :) |
Yup! |
Sorry to ask this question but does this post mean that the "Shift + Insert" key has been implented into LMMS to insert the track or does it mean that the hotkey has been reserved for a future adding of this feature? |
This is the code commit, adding the feature as described (1.2). The other conversation is in regards to documentation. |
This implements a keyboard shortcut from #1488 for quickly creating a new mixer channel.
The discussion wasn't clear as to where the channel should be inserted (e.g. to the right of the current channel or to the right of the rightmost channel). So I decided upon having the
Insert
shortcut mimic the behavior of the "+" button for consistency & ease of implementation.I tested this change by making some channels, connecting them to a source and swapping them around; seemed to work as expected.