feat(theme): hold-to-repeat in the pad editor, its profiles list, and arcade Select - #694
Draft
ddrcoder wants to merge 1 commit into
Draft
feat(theme): hold-to-repeat in the pad editor, its profiles list, and arcade Select#694ddrcoder wants to merge 1 commit into
ddrcoder wants to merge 1 commit into
Conversation
This was referenced Sep 10, 2026
ddrcoder
force-pushed
the
pad-config-key-repeat
branch
from
September 10, 2026 05:49
97f8d6c to
66ab326
Compare
… arcade Select Holding Up/Down/Left/Right in the pad editor now repeats after 300 ms at 60 ms intervals (the theme's shared hold-repeat timer), in both the Options screen and the Song Select overlay, in the Simple and Advanced views and the saved-profiles list. The name box ignores the hold (its Up/Down is a one-shot toggle), and any modal, view change, or exit drops it. In arcade-navigation Player Options, Select moves to the previous row but never armed the hold timer, so climbing a long pane meant tapping it once per row while Start (next row) repeated fine. Select now arms the Up hold on press and releases it, for both sides. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015PLarttSySmaMqrG5uYJHD
ddrcoder
force-pushed
the
pad-config-key-repeat
branch
from
September 12, 2026 05:54
66ab326 to
56935cd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Hold-to-repeat for directional input in three places that only stepped once per press.
advance_hold_repeattimer. Works in the Simple and Advanced views and in the saved-profiles list. The name box ignores the hold (its Up/Down is a one-shot toggle); any modal, view change, or exit drops it. Shift state is captured at the press so a fine hold stays fine.Testing
cargo test -p deadsync-theme-simply-love --lib -- pad_config player_optionspasses.🤖 Generated with Claude Code
https://claude.ai/code/session_015PLarttSySmaMqrG5uYJHD