Skip to content

Commit 5edd965

Browse files
authored
Merge af9404c into f8afefd
2 parents f8afefd + af9404c commit 5edd965

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

source/brailleDisplayDrivers/albatross/gestures.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
"reviewCursorToStatusLine": ("br(albatross):f1+end1", "br(albatross):f9+end2",),
5858
"braille_cycleCursorShape": ("br(albatross):f1+eCursor1", "br(albatross):f9+eCursor2",),
5959
"braille_toggleShowCursor": ("br(albatross):f1+cursor1", "br(albatross):f9+cursor2",),
60+
"braille_cycleShowMessages": ("br(albatross):f1+f2", "br(albatross):f9+f10",),
61+
"braille_cycleShowSelection": ("br(albatross):f1+f5", "br(albatross):f9+f14",),
6062
"review_activate": ("br(albatross):f7+f8",),
6163
"dateTime": ("br(albatross):f9",),
6264
"say_battery_status": ("br(albatross):f10",),

user_docs/en/userGuide.t2t

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3842,6 +3842,8 @@ Please see the display's documentation for descriptions of where these keys can
38423842
| Reads status bar and moves navigator object into it | ``f1+end1``, ``f9+end2`` |
38433843
| Cycle the braille cursor shape | ``f1+eCursor1``, ``f9+eCursor2`` |
38443844
| Toggle the braille cursor | ``f1+cursor1``, ``f9+cursor2`` |
3845+
| Cycle the braille show messages mode | ``f1+f2``, ``f9+f10`` |
3846+
| Cycle the braille show selection state | ``f1+f5``, ``f9+f14`` |
38453847
| Performs the default action on the current navigator object | ``f7+f8`` |
38463848
| Reports date/time | ``f9`` |
38473849
| Reports battery status and time remaining if AC is not plugged in | ``f10`` |

0 commit comments

Comments
 (0)