-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vpat 81: instructions for keyboard interface (#142)
- added aria-descriptions for buttons in the toolbar that tell what shortcuts exist and how to use them for different annotation types - added aria-description to the input in Find in Document popup to tell that one can create annotations from search results - when annotation is selected, announce a message saying that the annotation is selected, indicating that a popup appeared (if no sidebar), and telling how one can manipulate the annotation (more/resize/etc.) - when annotation is added, announce that a new annotation has been created. It helps in cases like when a text annotation is added and text is immediately focused, or when underline annotation is created from Find popup and focus does not come back to the view to at least indicate that it did work. A few minor functional tweaks: - when annotation is added from Find in Document, close the popup and focus the view. Otherwise, one is likely to close popup with Escape and then they would have to tab to the annotation again. - when a note is added via keyboard shortcut, do focus the comment, since the instruction has to be "Use ctrl-option-3 to add a note annotation", and if comment is not focused, one would create an empty note and then have to tab all the way to the sidebar and find it before being able to edit it. - fix regression where Control-Option/Alt-1/2 would not work from the Find in Document popup, since the color was not being set.
- Loading branch information
Showing
5 changed files
with
95 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters