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

Adding keybindings for sticky scroll #174272

Closed
wants to merge 2 commits into from
Closed

Adding keybindings for sticky scroll #174272

wants to merge 2 commits into from

Conversation

aiday-mar
Copy link
Contributor

@aiday-mar aiday-mar commented Feb 13, 2023

Adding keybindings for sticky scroll. The keybindings chosen are: control + alt + shift + S. Fixes #169107.

@vscodenpa vscodenpa added this to the February 2023 milestone Feb 13, 2023
precondition: undefined,
keybinding: {
weight: KeybindingWeight.EditorContrib,
primary: KeyMod.Shift | KeyMod.CtrlCmd | KeyMod.Alt | KeyCode.KeyS,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a lot of modified and I associate S with saving, might be best to ask for opinions in #ux?

@aiday-mar
Copy link
Contributor Author

Thanks @Tyriar, I'll make this a draft pull request and bring it up in the UX sync this week :)

@aiday-mar aiday-mar marked this pull request as draft February 13, 2023 18:51
@aiday-mar aiday-mar closed this Feb 15, 2023
@aiday-mar aiday-mar deleted the aiday/issue169107 branch February 15, 2023 15:14
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a command to reveal line shown in sticky scroll
3 participants