We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a box is clicked, we immediately show its documentation filling all the screen.
As it's usual nowadays, sites are implementing common keyboard shortcuts in order to achieve more natural user interaction.
So will we.
There should be a page-wide keypress listener to handle all these keyboard interactions and, in this case, call the close of the possible active box.
The text was updated successfully, but these errors were encountered:
oncase#1 - Added ESC keypress listener to dismiss box overlay
771afb0
Merge pull request #7 from vitordeatorreao/esc-keypress
4e47cdf
Implemented functionality for issue #1
No branches or pull requests
When a box is clicked, we immediately show its documentation filling all the screen.
As it's usual nowadays, sites are implementing common keyboard shortcuts in order to achieve more natural user interaction.
So will we.
There should be a page-wide keypress listener to handle all these keyboard interactions and, in this case, call the close of the possible active box.
The text was updated successfully, but these errors were encountered: