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 the possibility to scroll up and down the editor hover widget #176057

Merged
merged 12 commits into from
Mar 8, 2023

Conversation

aiday-mar
Copy link
Contributor

@aiday-mar aiday-mar commented Mar 3, 2023

Fixes: #69836

This PR adds code in order to allow the user to scroll the hover widget using the keyboard. If the content hover is visible, it is possible to focus the hover and then use the arrow up, arrow down, page up and page down keys to navigate in the hover. Provided the hover is visible, the default keybindings for focusing the hover are cmd+k cmd+i, the same as the keybindings to toggle the hover. It is also possible to define settings in the keybindings.json file to specify if the hover should automatically be focused when triggered by the keyboard. By default, this is false.

Screen.Recording.2023-03-07.at.16.10.15.mov

@aiday-mar aiday-mar marked this pull request as ready for review March 7, 2023 15:35
@aiday-mar aiday-mar requested a review from aeschli March 7, 2023 15:35
@vscodenpa vscodenpa added this to the March 2023 milestone Mar 7, 2023
@aiday-mar aiday-mar merged commit 5ca7a33 into main Mar 8, 2023
@aiday-mar aiday-mar deleted the aiday/issue69836 branch March 8, 2023 11:18
@heartacker
Copy link
Contributor

#69836 (comment)

@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 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.

Scrolling hover popup with keyboard
4 participants