-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
Keyboard accessibility and focus indication #2145
Labels
Milestone
Comments
I have also found useful: |
Mostly works well and feels good! 👍 |
Thanks ❤️ |
This was referenced Jan 26, 2016
This was referenced Jan 26, 2016
This was referenced Jan 27, 2016
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We no longer hide the focus outline when using the
Tab
key to move focus into an element in the DOM. We added more support for usingTab
andArrow
keys to navigate between UI controls in the workbench and editor.Note: Enable accessibility mode in the editor to be able to tab out of it (
F1 | "Toggle Use of Tab Key..."
)Note: You might end up in a situation where you do not see any focus indication. Open the console and type
document.activeElement
to find out where you are currently at and file a bug if you think something is wrong.Tab
to jump to UI controls and you get meaningful focus indicationArrow
keys in UI control groups to jump between controls (e.g. in action bars)The text was updated successfully, but these errors were encountered: