Mod Select: Support numeric row hotkeys to quick select Presets#36392
Merged
peppy merged 9 commits intoppy:masterfrom Jan 22, 2026
Merged
Mod Select: Support numeric row hotkeys to quick select Presets#36392peppy merged 9 commits intoppy:masterfrom
peppy merged 9 commits intoppy:masterfrom
Conversation
…fferentiate with presets handler
peppy
reviewed
Jan 20, 2026
Contributor
Author
|
refactored so everything is held into kept the renaming of |
Member
|
This needs test coverage. |
peppy
approved these changes
Jan 22, 2026
|
I have to click to prevent the numbers from using the search bar instead of selecting the presets, am I missing something? |
Member
|
that's correct. there's a setting to make the search box not focused by default, or you can press tab |
Contributor
|
Resolves #19683. |
This was referenced Jan 28, 2026
This was referenced Feb 11, 2026
This was referenced Mar 4, 2026
This was referenced Mar 16, 2026
This was referenced Apr 6, 2026
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.
always thought the Mod select screen missed something by not having hotkeys to select presets, so I've tried to implement it
I've renamed the
HandleHotkeyPressedmethod intoHandleModHotkeyPressedso it could be differentiated with the one I created for presetsI initially overload the
HandleHotkeyPressedmethod with the arguments to handle Presets, but I thought it wasn't clean enoughcan still revert to overloading if that's what y'all prefer
logic is inspired by and implemented in the sequential hotkey logic, but currently also works with classic hotkey logic (cause why not?)
Example
Screen.Recording.2026-01-19.at.17.23.32.mov