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

Some more gestures for Albatross #15002

Merged
merged 4 commits into from
Jun 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions source/brailleDisplayDrivers/albatross/gestures.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@
"reviewCursorToStatusLine": ("br(albatross):f1+end1", "br(albatross):f9+end2",),
"braille_cycleCursorShape": ("br(albatross):f1+eCursor1", "br(albatross):f9+eCursor2",),
"braille_toggleShowCursor": ("br(albatross):f1+cursor1", "br(albatross):f9+cursor2",),
"braille_cycleShowMessages": ("br(albatross):f1+f2", "br(albatross):f9+f10",),
"braille_cycleShowSelection": ("br(albatross):f1+f5", "br(albatross):f9+f14",),
"review_activate": ("br(albatross):f7+f8",),
"dateTime": ("br(albatross):f9",),
"say_battery_status": ("br(albatross):f10",),
Expand Down
10 changes: 8 additions & 2 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,14 @@ What's New in NVDA
- An unbound gesture to cycle through the available languages for Windows OCR. (#13036)
- An unbound gesture to cycle through the braille show messages modes. (#14864)
- An unbound gesture to toggle showing the selection indicator for braille. (#14948)
- Added gestures for Tivomatic Caiku Albatross Braille displays.
There are now gestures for showing the braille settings dialog, accessing the status bar, cycling the braille cursor shape, and toggling the braille cursor on/off. (#14844)
-
- Added gestures for Tivomatic Caiku Albatross Braille displays. (#14844, #15002)
- showing the braille settings dialog
- accessing the status bar
- cycling the braille cursor shape
- cycling the braille show messages mode
- toggling the braille cursor on/off
- toggling the braille show selection indicator state
-
- A new Braille option to toggle showing the selection indicator (dots 7 and 8). (#14948)
- In Mozilla Firefox and Google Chrome, NVDA now reports when a control opens a dialog, grid, list or tree if the author has specified this using aria-haspopup. (#14709)
Expand Down
2 changes: 2 additions & 0 deletions user_docs/en/userGuide.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -3842,6 +3842,8 @@ Please see the display's documentation for descriptions of where these keys can
| Reads status bar and moves navigator object into it | ``f1+end1``, ``f9+end2`` |
| Cycle the braille cursor shape | ``f1+eCursor1``, ``f9+eCursor2`` |
| Toggle the braille cursor | ``f1+cursor1``, ``f9+cursor2`` |
| Cycle the braille show messages mode | ``f1+f2``, ``f9+f10`` |
| Cycle the braille show selection state | ``f1+f5``, ``f9+f14`` |
| Performs the default action on the current navigator object | ``f7+f8`` |
| Reports date/time | ``f9`` |
| Reports battery status and time remaining if AC is not plugged in | ``f10`` |
Expand Down