[BRLTTY] Keytables

Hermann meinelisten at onlinehome.de
Sat Apr 18 07:02:40 EDT 2009


On 18.04.2009 12:53, Alex Bernier wrote:
> Hello,
>
> I want to try key-tables but I encounter some issues.
> With release 4424 of the svn repository, I do :
>
> ./autogen --disable-java-bindings --disable-learn-mode --disable-beeper-support --disable-pcm-support --disable-midi-support --disable-fm-support --disable-pm-configfile --with-braille-driver=eu,-all --with-braille-device=usb: --with-screen-driver=lx,-all --with-text-table=alex
>
If you really want to use all this compiling options, you should invoke 
them with the command
./configure
instead of ./autogen.

> make; make install
>
> brltty -b eu -d usb: -k laptop -l 7 -e -n
>
> I get a lot of messages like "brltty: /etc/brltty/laptop.ktb[21]: unknown
> command name: HELP" (a complete log is attached).
>
> Is it something wrong in the way I used to compile or run BRLTTY ?
>
The usual way of compiling is:
./autogen
./configure
make
make install
(everything as root).
Hermann


More information about the BRLTTY mailing list