Add keyboard nav (arrows + space) to accordion pane picker - #313
Merged
Conversation
wasatch-dev
commented
Aug 8, 2026
Collaborator
- plotmgmnt.cpp: accordionKbMove() moves focus among the current frame's visible rows (headers + expanded children) using the same nearest-neighbor-in-direction logic as menu.cpp's kbNavigation()
- Space activates the focused row (toggle item, or expand/collapse category); Enter triggers Ok (same "Select an item" gating as tap); Esc already cancelled
- Focus highlight reuses menuDrawItem()'s existing kb_focus green border; no highlight shown until an arrow key is first pressed
- Note: opening the picker itself via keyboard alone still relies on the existing want_kbcursor/-y cursor-warp feature (touch.cpp), unrelated to this change
- plotmgmnt.cpp: accordionKbMove() moves focus among the current frame's visible rows (headers + expanded children) using the same nearest-neighbor-in-direction logic as menu.cpp's kbNavigation() - Space activates the focused row (toggle item, or expand/collapse category); Enter triggers Ok (same "Select an item" gating as tap); Esc already cancelled - Focus highlight reuses menuDrawItem()'s existing kb_focus green border; no highlight shown until an arrow key is first pressed - Note: opening the picker itself via keyboard alone still relies on the existing want_kbcursor/-y cursor-warp feature (touch.cpp), unrelated to this change
…or IOTA island name and identifier on clicking either frequency in flex pane or when clicking on cyan colored I in small, upper pane. Requires backend iota.txt for full experience
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.