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

[Feature Request] change bool menu_scroll_fast to array or add menu_scroll_repeat value? #17432

Open
theflyingape opened this issue Jan 18, 2025 · 1 comment
Labels
feature request New enhancement to RetroArch.

Comments

@theflyingape
Copy link

theflyingape commented Jan 18, 2025

Limiting the menu key repeat interval (menu_scroll_fast) to a binary choice between normal or fast leaves much to be desired, because normal is way too fast between repeats... not only with the cursor arrow keys but especially when using an analog stick - referencing improvement to #17429 (comment)

Can that enumerate additional choices like disable and slow? Or, introduce a new float property, such as menu_scroll_repeat = "1.0", to allow for a multiplier with the existing millisecond delay count between the normal or fast repeats?

@theflyingape theflyingape added the feature request New enhancement to RetroArch. label Jan 18, 2025
@sonninnos
Copy link
Collaborator

I agree that adding a better range option for the repeat speed would be good, since the "acceleration" option basically only limits the maximum speed anyway instead of acceleration speed, so a replacement option is warranted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New enhancement to RetroArch.
Projects
None yet
Development

No branches or pull requests

2 participants