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

Albatross: gesture for move system caret when routing review cursor #15122

Merged
Show file tree
Hide file tree
Changes from 1 commit
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
1 change: 1 addition & 0 deletions source/brailleDisplayDrivers/albatross/gestures.py
Expand Up @@ -59,6 +59,7 @@
"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",),
"braille_cycleReviewRoutingMovesSystemCaret": ("br(albatross):f1+f3", "br(albatross):f9+f11",),
"review_activate": ("br(albatross):f7+f8",),
"dateTime": ("br(albatross):f9",),
"say_battery_status": ("br(albatross):f10",),
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/userGuide.t2t
Expand Up @@ -3893,6 +3893,7 @@ Please see the display's documentation for descriptions of where these keys can
| 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`` |
| Cycle the braille move system caret when routing review cursor states | ``f1+f3``, ``f9+f11`` |
| 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