Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider different keybinding for navigating between chat code blocks #195281

Closed
meganrogge opened this issue Oct 10, 2023 · 4 comments · Fixed by #195415
Closed

Consider different keybinding for navigating between chat code blocks #195281

meganrogge opened this issue Oct 10, 2023 · 4 comments · Fixed by #195415
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@meganrogge
Copy link
Contributor

Users can navigate between notebook output cells with ctrl+alt+pageUp/pageDown.

f9 is associated with debugging but is currently used for navigating between chat code blocks.

@roblourens any issue with using the one above instead?

Suggestion by @jooyoungseo

@meganrogge meganrogge self-assigned this Oct 10, 2023
@meganrogge meganrogge added feature-request Request for new features or functionality accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues labels Oct 10, 2023
@meganrogge meganrogge added this to the October 2023 milestone Oct 10, 2023
meganrogge added a commit that referenced this issue Oct 11, 2023
Open
@vscodenpa vscodenpa added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Oct 11, 2023
@meganrogge meganrogge added the verification-needed Verification of issue is requested label Oct 20, 2023
@meganrogge
Copy link
Contributor Author

Have some code blocks, use ctrlCmd+alt+pageUp/pageDown to navigate between them

Image

@mjbvz
Copy link
Collaborator

mjbvz commented Oct 24, 2023

What about for keyboards without page up / page down? I tried using fn+arrows on Mac but couldn't get it to work

@meganrogge
Copy link
Contributor Author

@mjbvz we rely on users having full keyboards for a lot of important things, like alt+f1 for example, and I haven't heard that it's an issue.

@amunger amunger added the verified Verification succeeded label Oct 24, 2023
@mjbvz
Copy link
Collaborator

mjbvz commented Oct 24, 2023

I don't think fn keys are an issue but a lot of Mac users are on laptop sized keyboards which won't have pageup/down

Still, I you should be able to hold fn and use up/down arrow for page up/down. That seems to work for me with the suggest widget paging commands, but not with this specific keybinding

Alex0007 pushed a commit to Alex0007/vscode that referenced this issue Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants