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

Allow Users to Tab Through Hues #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

foohyfooh
Copy link

-Change the click event handler to focus event handler and add a tab index to the hue divs to allow a user to tab through the hues.
-Get focus back on the selected hue after the user selects a colour or uses the context menu so that when the user presses tab again it will move to the hue after the selected one.

-Change the click event handler to focus event handler and add a tab
index to the hue divs to allow a user to tab through the hues.
-Get focus back on the selected hue after the user selects a colour or
uses the context menu so that when the user presses tab again it will
move to the hue after the selected one.
@romannurik
Copy link
Owner

Hey there! Thanks for the PR. I'm a little hesitant on this because I'm actually hoping longer-term that the entire window isn't focusable (there's a FR w/ the electron project for that). Another solution for switching hues is a set of global hot keys, that I think is worth exploring soon.

@foohyfooh
Copy link
Author

foohyfooh commented Oct 28, 2016

If I understand correctly, it would using globalShortcut (https://github.com/electron/electron/blob/master/docs/api/global-shortcut.md) to listen for the tab key or do you have a different key combination in mind?

Base automatically changed from master to main March 18, 2021 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants