Uh oh!
There was an error while loading. Please reload this page.
fix(app): support ctrl-n/p in lists - #10036
Conversation
Thanks for your contribution! This PR doesn't have a linked issue. All PRs must reference an existing issue. Please:
See CONTRIBUTING.md for details. |
The following comment was made by an LLM, it may be inaccurate: Based on my search, I found a potentially related PR: Related PR:
The other results (#8786 and #9021) are related to keyboard navigation and TUI but don't appear to be direct duplicates. Note: The current PR #10036 is the top result in the searches, confirming this is the PR you're checking. The PR #5473 seems to be the most related, though it may be targeting a different component (TUI prompts rather than lists). You may want to verify if there's any code overlap or if these can be consolidated. |
Uh oh!
There was an error while loading. Please reload this page.
What does this PR do?
Adds ctrl+n/p keyboard navigation to lists (ex: command palette). ctrl+n moves down, ctrl+p moves up.
How did you verify your code works?