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

Option - add tab navigation for keyboard accessibility #7

Open
robgibbons opened this issue Aug 1, 2015 · 2 comments
Open

Option - add tab navigation for keyboard accessibility #7

robgibbons opened this issue Aug 1, 2015 · 2 comments

Comments

@robgibbons
Copy link

var Highlighter = new window.Highlighter({
    'keyboard': true
});

Select next & previous elements with Tab & Shift+Tab key events.

@45kb
Copy link
Member

45kb commented Aug 1, 2015

Awesome @robgibbons will try something asap.

Feel free if you want to PR or to try something 👍

@45kb
Copy link
Member

45kb commented Aug 3, 2015

@robgibbons actually this can easily binded to shortcuts, the problem comes when you want to go next or previous by id or class/es or tagname.

What you think about? If you have any idea please let know.

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants