Keyboard repeat option for certain ControlObjects #11569
Labels
confirmed
control objects
Issues and bugs specifically in regard to mixxx `ControlObjects`
feature
keyboard
usability
Feature Description
It would be helpful if some control objects would be activated repeatedly if a keyboard control is held down. These include:
To prevent accidental repetition we would implement this the standard way, with a long delay before first repetition, and then a shorter delay between each subsequent repetition.
It would be a pretty small change to add an option to controlobject like setKeyboardRepeatable(bool) and then access that value in keyboardeventfilter and set up a small hashtable of timers (in case multiple keys are held) to manage the repetition of control object signal emissions.
The text was updated successfully, but these errors were encountered: