Editor hover should support PgUp, PgDown, Home and End navigation
See original GitHub issueThis would be nice for Accessibility for those of us using keyboards.
Currently when I use editor.action.showHover
my focus is moved the the hover and I can tab around to any anchor tags etc. that are present but when I use: PgUp, PgDown, Home, End and the arrow keys I cannot scroll the infomation provided in the hover.
I’ve tried with and without the setting:
editor.accessibilitySupport
I have no clue how javascript works but I suspect it might have something todo with the fact that the content is split into two:
.hover-row .markdown-hover
elements.
I will continue to fill out this feature request whilst I take a look.
Thanks
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Use keyboard shortcuts in Power Apps - Microsoft Learn
Editor dialog: Inside a dialog, press Tab to navigate to the next dialog element, press Shift+Tab to move to the previous dialog element,...
Read more >Visual Studio Code Key Bindings
Here you will find the complete list of key bindings for Visual Studio Code and ... up, right, down, pageup, pagedown, end, home;...
Read more >Accessibility features of Datacap Navigator - IBM
Datacap Navigator includes features that make it more accessible for people with disabilities.
Read more >Learn these keyboard shortcuts to become a VS Code ninja
If we create more views by splitting the editor, we use ctrl + 2 ( ⌘ + 2 ), ctrl + 3 (...
Read more >Add pages and report navigation - Looker Studio Help
Left and right arrows, or page up and page down navigate to the next page /previous page. Home and end keys navigate to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@LiamKearn sorry for the slow response. This sounds like a feature request that we support PgUp, PgDown, Home and End navigation in the Editor Hover. I think it is a fair request.
fyi @meganrogge it would be cool if we supported keyboard to scroll both for hover and parameter hints (or for all editor content widgets in general).