Skip to content

Commit d418758

Browse files
committed
Braille text table
1 parent 9f42362 commit d418758

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/how-to/accessibility/read-screen-in-braille.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,21 @@ The Orca screen reader can display the user interface on a refreshable Braille d
7777
7878
If you're reading a document in a language different than your system language, set the language text table in BRLTTY.
7979

80+
1. Browse the available text tables. They're stored in the `/etc/brltty/Text/` directory:
81+
82+
```bash
83+
ls /etc/brltty/Text/
84+
```
85+
86+
2. Select the code of the language that you need for your document.
87+
88+
For example, if you want to read a document in Italian, the text table file is `/etc/brltty/Text/it.ttb` and the language code is `it`.
89+
90+
3. In the `/etc/brltty.conf` file, set the language code in the `text-table` directive. For example, to set the Italian text table:
91+
92+
```text
93+
text-table it
94+
```
95+
8096
## Troubleshooting
8197

0 commit comments

Comments
 (0)