-
Notifications
You must be signed in to change notification settings - Fork 30.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
Command to change which cursor is primary #135460
Comments
Currently, the primary cursor is always the first one, right? |
Yes. |
I like the suggestion, such a command ("focus next cursor") should be straight-forward to implement using editor API from an editor contrib. |
Great. I like the "Focus Next Cursor" name. Maybe we also introduce "Focus Previous Cursor". I suggest no keybinding by default and then users can assign whatever they prefer. |
This feature could go well with #85630 to have clear visual feedback for when the primary cursor changes. |
Thanks a lot for pushing this @hediet 👏 Once this is in insiders tomorrow I will do a push in our accessibility community for multi cursor, since I think with this it should be much more usable. So we get feedback. |
Verification steps:
|
Works great 👏 |
When a user adds multiple cursors we nicely announce the locations for each additional cursors.
However the user can not check what is going on at the second / third cursor.
I thought it would be nice if the user could change which one is the primary cursor using a command. That way the user could traverse each of the cursors and be able to read the line on each cursor for example. Since for screen reader reading we only respect the primary cursor.
Now I am not sure if this is even possible from the implementation. Thus I am creating this issue for discussion.
I am also open for ideas.
The text was updated successfully, but these errors were encountered: