menu: add BOOT_KEYBIND for direct entry booting - #651
Open
viewerofall wants to merge 1 commit into
Open
viewerofall wants to merge 1 commit into
viewerofall wants to merge 1 commit into
Conversation
viewerofall
marked this pull request as draft
September 7, 2026 22:19
This comment was marked as resolved.
This comment was marked as resolved.
viewerofall
marked this pull request as ready for review
September 8, 2026 00:06
viewerofall
force-pushed
the
pr-boot-keybinds
branch
2 times, most recently
from
September 15, 2026 00:13
62bb8dd to
afea90b
Compare
Author
|
@Mintsuki when you are done with everything and such, can you review or comment then merge this. Its been a week and I dont want any code editing this making it not work. Thank you. |
Assisted-by: Claude:claude-sonnet-5 Signed-off-by: viewerofall <joemomanugget@gmail.com>
viewerofall
force-pushed
the
pr-boot-keybinds
branch
from
September 15, 2026 01:09
afea90b to
3e1a517
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.
Adds a global
BOOT_KEYBIND: <key> <index>config option that binds asingle key to boot into the given entry based on its place in a flat list, not expanded meaning directories are just counted as another one so everything under them is just another one.
Behaviour
Handhare equivalent.keyboard_layoutremapping — the bound key is matched againstthe post-remap character, same as every other menu keystroke.
1-9,e,s,u,b) will make the keybind be skipped, giving the hardcoded ones priorityTesting
it's aborted (single keypress does both).
Docs
CONFIG.mdupdated with the newBOOT_KEYBINDoption under theMiscellaneous global options list.
Assisted-by: Claude:claude-sonnet-5