Skip to content

Commit

Permalink
Added a couple of notes to the Brltty Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajirving committed May 3, 2014
1 parent 83bc731 commit 3c4a44a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/README.BRLTTY
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@ Next make the latex-access.ctb contraction table executable:
chmod +x /etc/brltty/latex-access.ctb
(as root)

Note that on Arch Linux, and possibly other distributions, the path to latex-access.ctb is
/usr/share/brltty/latex-access.ctb

On some systems it may be necessary to modify latex-access.ctb so that python 2 is used rather than python 3. For example, on Arch linux the first line of the file should be changed to
#!/usr/bin/python2

The above changes to latex-access.ctb will be lost when updating Brltty so they should be repeated whenever you, or your package manager, updates Brltty.


Now start brltty, consult the brltty documentation for usage and
configuration instructions:
brltty
Expand All @@ -49,7 +58,7 @@ brltty
USAGE:

* Enable 6 dot contracted Braille in the brltty settings, either via
/etc/brltty.conf of the preferences menu.
/etc/brltty.conf or the preferences menu.
* Set the contraction table to latex-access.ctb either via the
preferences menu or by setting it in /etc/brltty.conf.

Expand Down

0 comments on commit 3c4a44a

Please sign in to comment.