-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Moving the cursor when scrolling in the history to select text #4985
Comments
@carlos-zamora this sounds like a good idea to include as part of the #715/#2840 spec. I'll leave it to you if you want to leave this open or merge it in with that one. |
@zadjii-msft |
Oh I mostly meant that @carlos-zamora should be the one to merge it. He might want to leave this open as a child task on that issue - sometimes we'll do that for larger features that comprise a bunch of smaller tasks. Since he owns this whole feature area, I'm leaving the decision up to him |
Ah ok :) |
I'll leave this open for now. I want to make sure I update the spec. Thanks! |
@carlos-zamora I pulled triage off this; can you link it up to the main issue you're using to track these things, in Mike's checklist style? |
Ok, now that a good amount of mark mode and keyboard selection is done, we (will) have support for the following navigation schemes:
If you hit a viewport boundary, we automatically scroll. The ask here is that the scroll key bindings automatically move the cursor and force it to be within the viewport. But I think the starred (*) items above may be sufficient to address the issue. I also think there's still a use case for keyboard scrolling without moving the cursor. So I'm going to close this out, but I'm open to discussing it more if I'm missing something. Closed by #10824 |
From #13533...
Design-wise, I'm thinking of it this way:
In order to accomplish that, I think we need to wait for #13516 because the "single cell selection" means that there's always a selection :/ |
@carlos-zamora did we do this? |
Yeah, I'm gonna close this out. We're able to select text using the keyboard and move the viewport around. |
Description of the new feature/enhancement
Currently we can scroll up and down in the history with the keyboard but the cursor remains at the bottom.
That's why, when we want to copy/paste something from the history we have to use the mouse.
The idea is that when we scroll up and down with the keyboard, the cursor is following.
Also once the cursor is inside the history, we can move right and left with the keyboard to select the text we need.
Proposed technical implementation details (optional)
The text was updated successfully, but these errors were encountered: