Sticky keys - #118
Conversation
3c13239 to
ea4ec57
Compare
6e51b91 to
3423567
Compare
|
I'm probably not going to implement the sound notification, as funny as it would be. I don't have the MIDI hardware to test CC learning either, so I'll leave that for a followup. |
|
Known bug: if you disable sticky keys with the shift key in sticky mode, it'll stay in sticky mode until a reset. |
|
Please fix the conflicts and we can merge it in. |
|
I still haven't fixed the bug above, got very sidetracked trying to
understand the menu system better
…On Mon, Jul 3, 2023, 12:17 Jamie Fenton ***@***.***> wrote:
Please fix the conflicts and we can merge it in.
—
Reply to this email directly, view it on GitHub
<#118 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALRZ7AKTIC37ZAMVOWQZPDXOMLDVANCNFSM6AAAAAAZXWOYCY>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
|
Waiting here for conflicts to be resolved. |
|
hi, just an thought (no clue about implementation) - wouldn't be more practical the opposite behavior of turning sticky on? like on novation circuit menus - one very short press/click turns on sticky shift and holding longer was standard behavior. that way you would avoid mentioned accidental turning it on or having to wait longer times to turn it on. |
|
Hey, a quick heads up :) After two weeks without any activity from the author of a PR we tag it with the "stale" label and close it after another week of inactivity as per our Contributor guidelins. This is not to create pressure or discourage anyone but to keep the list of Pull requests maintainable. We are very happy about your contribution and nothing will be lost. You can pick up the work at any time by reopening the PR or creating a new one. |
3423567 to
60bcc69
Compare
This implements a "sticky keys" function for the shift key, which toggles on short press. It also wires up the shift LED to give feedback when sticky keys is enabled. This can be overriden in case the user doesn't want it (and can be enabled separately if they want feedback even when sticky keys isn't enabled). Fixes SynthstromAudible#107
60bcc69 to
64dfd21
Compare
|
Thanks for the idea @wtkdwc, I've implemented it exactly that way. When sticky shift is on, a short press will stick shift on, unless you also press another button during the short press (we assume that means you wanted to just quickly enter a combo). Short press again will disable it. |
This implements a "sticky keys" function for the shift key, which toggles on short press. It also wires up the shift LED to give feedback when sticky keys is enabled. This can be overriden in case the user doesn't want it (and can be enabled separately if they want feedback even when sticky keys isn't enabled). Fixes #107
|
In clip view you can’t audition notes when sticky shift is enabled. Is there a way to still audition notes so I can hear my patch while using shortcuts to edit the sound parameters? |
|
crashes my machine before I can even exit the settings menu. :-( |
|
@sdesign75 today there is not, we probably should have a way to do it. |
|
@duncanrmi please open a new issue with a description of exactly what you were doing when the device crashed. |
|
I did- it’s here, though I note with regret that the ’shift’ function isn’t in the title….
"deluge community build A77E2DE hard crash in settings menu #685"
On 6 Nov 2023, at 18:45, Reed Koser ***@***.***> wrote:
@duncanrmi <https://github.com/duncanrmi> please open a new issue with a description of exactly what you were doing when the device crashed.
—
Reply to this email directly, view it on GitHub <#118 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/BDYETCW2Q5YGLVJ2BQF4H6DYDEV6PAVCNFSM6AAAAAAZXWOYC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJVHEYTCOBXGI>.
You are receiving this because you were mentioned.
|
Fixes #107
TODO: