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

Make "Browse Addins" window keyboard friendly #3447

Closed
randy3k opened this issue Sep 9, 2018 · 3 comments · Fixed by #6848
Closed

Make "Browse Addins" window keyboard friendly #3447

randy3k opened this issue Sep 9, 2018 · 3 comments · Fixed by #6848

Comments

@randy3k
Copy link
Contributor

@randy3k randy3k commented Sep 9, 2018

I mapped the "Browse Addins" to a key and hoped that I could execute an addin without moving the mouse (similar to the Command Palette of Sublime Text).

screen shot 2018-09-09 at 12 42 54 am

However, there are two issues here

  1. The search box is not auto focused when the window is opened. It means that I need to use my mouse to manually focus the search box.
  2. Typing in the search box and then hitting enter will dismiss the window, no matter if there is one result or more than one results.
@randy3k
Copy link
Contributor Author

@randy3k randy3k commented Sep 13, 2018

It's interesting that this issue falls into its own category.

@ronblum
Copy link
Contributor

@ronblum ronblum commented Sep 18, 2018

@randy3k This isn't to say that it's the only accessibility feature. For example, enabling DOM accessibility is available: Tools -> Global Options -> General -> Advanced -> Enable DOM Accessibility
accessibility
This is just the first logged issue that's been identified as impacting accessibility.

@randy3k
Copy link
Contributor Author

@randy3k randy3k commented Sep 19, 2018

@kevinushey Thanks for the new commit. It would be also nice to allow tab to jump to the list of commands from the search field and allow the up and down keys to choose different commands.

@gtritchie gtritchie moved this from To do to Review in Accessibility (Open Source 1.3) Apr 23, 2019
@gtritchie gtritchie moved this from Review to In progress in Accessibility (Open Source 1.3) Aug 15, 2019
@gtritchie gtritchie moved this from In progress to Done in Accessibility (Open Source 1.3) Aug 26, 2019
@gtritchie gtritchie moved this from Done to In progress in Accessibility (Open Source 1.3) Aug 26, 2019
@gtritchie gtritchie moved this from In progress to To do in Accessibility (Open Source 1.3) Oct 16, 2019
@gtritchie gtritchie added this to To do in Accessibility (Open Source 1.4) via automation Mar 11, 2020
@gtritchie gtritchie moved this from To do to Review in Accessibility (Open Source 1.4) Mar 11, 2020
Accessibility (Open Source 1.4) automation moved this from Review to Done May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants