Arturia Forums

Hardware Sequencers => KeyStep Pro => KeyStep Pro - Feature Requests => Topic started by: Overand on July 17, 2020, 05:14:16 am

Title: "Shift Toggle" mode for disabled users / one-handed use
Post by: Overand on July 17, 2020, 05:14:16 am
Hi there! I'm fortunate to have two hands, but not everyone is. And, many times, we may have one hand full.  Some functions on KSP are impossible without two hands!

Suggestion: Create a "toggle" mode for the Shift button.  Tap  - shift is active. Tap again - shift is deactivated.

Possible UI implementation approaches:
Title: Re: "Shift Toggle" mode for disabled users / one-handed use
Post by: tartpop on July 17, 2020, 05:51:00 am
+1
Fantastic ideas!
Title: Re: "Shift Toggle" mode for disabled users / one-handed use
Post by: jbrave on July 23, 2020, 02:43:49 am
Definitely this.

Would be a useful function for everybody, actually.

It could function like: press shift, that puts it in toggle "shifted" mode, then lets say you hit save, pattern, when the final action was complete it would unshift. So press shift, press follow, it would turn follow on then shift would stop being active till you pressed it again. All function key functions would have to make a call to clear the shift key at the end of whatever they do. If the shift key wasn't in Shift Toggle mode, that call would be meaningless, so the code wouldn't have to check if it was in shift-toggle mode ever, just if shift=true then do action, reset shift to false.