Contents
You can look up a full listing of all of your braille device's key bindings at: https://brltty.app/doc/KeyBindings/index.html
With one exception, this document applies to using BRLTTY with any braille device. The exception is that, when key bindings are given, it assumes that the braille device has a braille keyboard. If it doesn't, then, as mentioned above, you can look up your device's corresponding key bindings online.
Many chords (combining a dot key combination with the Space key) are toggles. Repeatedly pressing any of these key bindings alternately turns the corresponding feature on and off. Adding the Dot7 key forces the feature to be turned off, and adding the Dot8 key forces the feature to be turned on.
Dots 7 and 8 are special because the Dot7 key is Backspace and the Dot8 key is Enter. If either of these keys is pressed together with other dot keys then it functions as itself. If you need to type either just dot 7 or just dot 8 then combine the corresponding key with the Space key. So:
Characters are typed by pressing either the Space key or any combination of the dot keys. This can be disabled in order to avoid inadvertently typing a character by accidentally pressing keyboard keys.
The following typing modes are supported:
The special keys on a normal keyboard can be individually pressed as follows:
A subset of the modifier keys, the most common being Control and Left Alt, have been defined for most braille devices. Especially for those braille devices for which no modifier keys have been defined, but also for those for which only some of them have been defined, a general scheme for supporting sticky modifiers is provided.
The key combinations for these modifiers all consist of Space + Dot8 + one of the other dot keys. They are as follows:
Each modifier can be cycled through these three states:
Since people are asking, let's answer it here.
The BRL part means braille. The TTY part actually does mean tty, which needs a bit of an explanation. The most important thing to know, though, is that it has nothing at all to do with the tty devices that deaf people use to communicate over phone lines.
BRLTTY began its life on the Linux platform. That platform has virtual consoles, which, among other things, allow multiple, simultaneous login sessions. These virtual consoles, way back in the early days, emulated serially-connected terminals. They can still do that, of course, but, these days, they can do a whole lot more.
Serially-connected terminals, especially those that used paper (as opposed to a screen), were commonly known as teletypes (or teletypewriters). That's where the term tty comes from. This may well also be the reason that the devices that deaf people use to communicate over hone lines are called ttys, i.e. they, too, behave very much like serially-connected terminals.
For a historical perspective regarding the term tty, you might read: https://en.wikipedia.org/wiki/Teleprinter