| Trees | Indices | Help |
|
|---|
|
|
The BSD License
All rights reserved. This program and the accompanying materials are made available under the terms of the BSD license which accompanies this distribution, and is available at http://www.opensource.org/licenses/bsd-license.php
|
|||
|
BrlAPIStyle Overrides the base Braille.BrailleStyle class. |
|||
|
BrlAPIDevice Braille output via Brlapi interface. |
|||
|
|||
| string |
|
||
|
|||
__uie__ = dict(kind= 'device')
|
|||
| integer |
MAX_KEY_CHORD = 1brlapi only handles a key press event, thus making chords impossible. |
||
TTY = 7
|
|||
log = logging.getLogger('BrlAPIDevice')
|
|||
|
|||
Note: brlapi delivers commands in the tuple (type, command, argument, flags) |
|
|||
MAX_KEY_CHORDbrlapi only handles a key press event, thus making chords impossible. All key events coming back from braille devices are abstacted by brlapi to a single key_cmd.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jun 30 13:05:50 2008 | http://epydoc.sourceforge.net |