Skip to content
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

backport Keyboard repeat #11572 to 2.4 #12474

Merged
merged 4 commits into from
Jan 12, 2024
Merged

Commits on Dec 29, 2023

  1. Create option for control objects to be issued repeatedly if a keyboa…

    …rd key is held.
    
    Fixes mixxxdj#11569
    
    Applies to:
    * beats_adjust_faster, beats_adjust_slower
    * beats_translate_earlier, beats_translate_later
    * beatjump_size_halve, beatjump_size_double
    * beatjump_forward, beatjump_backward
    * loop_halve, loop_double
    * beatjump_X_foward, beatjump_X_backward
    * rate_perm_down, rate_perm_down_small, rate_perm_up, rate_perm_up_small
    ywwg authored and ronso0 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a5737d9 View commit details
    Browse the repository at this point in the history
  2. Update src/controllers/keyboard/keyboardeventfilter.h

    use std::any_of instead of old foreach
    
    Co-authored-by: Swiftb0y <12380386+Swiftb0y@users.noreply.github.com>
    2 people authored and ronso0 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    1cdeac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd449e4 View commit details
    Browse the repository at this point in the history
  4. Keyboard Repeat: use camelCase var

    ywwg authored and ronso0 committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    49d6816 View commit details
    Browse the repository at this point in the history