You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
Limiting the menu key repeat interval (
menu_scroll_fast
) to a binary choice betweennormal
orfast
leaves much to be desired, becausenormal
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
andslow
? Or, introduce a new float property, such asmenu_scroll_repeat = "1.0"
, to allow for a multiplier with the existing millisecond delay count between the normal or fast repeats?The text was updated successfully, but these errors were encountered: