~ubuntu-branches/ubuntu/karmic/brltty/karmic

« back to all changes in this revision

Viewing changes to Documents/Manual-BRLTTY/English/BRLTTY-13.html

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-05-28 09:56:12 UTC
  • mfrom: (1.1.7 upstream) (2.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090528095612-yt0urjjk7mdghsro
Tags: 4.0-6ubuntu1
* Merge from debian unstable, remaining changes:
  - Conflicts: libbrlapi, libbrlapi-dev, libbrlapi1-dev.
  - Add brltty-setup, installed in both the udeb and the normal system.
  - Add initramfs integration to run brltty-setup if necessary before
    usplash starts.
  - Add ubiquity integration to propagate any brltty configuration to the
    target system.
  - Add udev rules and /lib/brltty/brltty.sh to the normal (non-udeb)
    package as well.
  - Enable brltty if /etc/default/brltty has RUN_BRLTTY=yes, which is set
    by the installer if brltty is configured; add a NEWS entry for
    upgraders.
  - Install udev rules with the same name (85-brltty.rules) in the udeb as
    in the deb.
  - Only copy the brltty config file from the initramfs if the md5sum differs.
  - Change maintainer to Ubuntu Accessibility Developers
    <ubuntu-accessibility-devel@lists.ubuntu.com>
  - Disable BrlTTY grabbing devices that use the FTDI USB to serial chip.
  - Remove the dh-lisp build-dependency, remove the cl-brlapi package, and
    adjust the brltty package description accordingly. dh-lisp is not
    in main.
  - Do not build the speechd package, speech-dispatcher is not in main.
  - Build for python 2.6.
  - Build against openjdk in Ubuntu.
  - Put udev rules file in /lib/udev/rules.d.
  - Enable brltty at startup on the target system if the alternate installer
    is used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
 
2
<HTML>
 
3
<HEAD>
 
4
 <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
 
5
 <TITLE>BRLTTY Reference Manual: Standard Braille Dot Numbering Convention</TITLE>
 
6
 <LINK HREF="BRLTTY-14.html" REL=next>
 
7
 <LINK HREF="BRLTTY-12.html" REL=previous>
 
8
 <LINK HREF="BRLTTY.html#toc13" REL=contents>
 
9
</HEAD>
 
10
<BODY>
 
11
<A HREF="BRLTTY-14.html">Next</A>
 
12
<A HREF="BRLTTY-12.html">Previous</A>
 
13
<A HREF="BRLTTY.html#toc13">Contents</A>
 
14
<HR>
 
15
<H2><A NAME="dots"></A> <A NAME="s13">13.</A> <A HREF="BRLTTY.html#toc13">Standard Braille Dot Numbering Convention</A></H2>
 
16
 
 
17
<P>A standard braille cell consists of six dots
 
18
arranged in three rows and two columns.
 
19
Each dot can be specifically identified by its number as follows:
 
20
<DL>
 
21
<DT><B>1</B><DD><P>Top-left (row 1, column 1).</P>
 
22
<DT><B>2</B><DD><P>Middle-left (row 2, column 1).</P>
 
23
<DT><B>3</B><DD><P>Bottom-left (row 3, column 1).</P>
 
24
<DT><B>4</B><DD><P>Top-right (row 1, column 2).</P>
 
25
<DT><B>5</B><DD><P>Middle-right (row 2, column 2).</P>
 
26
<DT><B>6</B><DD><P>Bottom-right (row 3, column 2).</P>
 
27
</DL>
 
28
</P>
 
29
<P>Computer braille has introduced a fourth row at the bottom.
 
30
<DL>
 
31
<DT><B>7</B><DD><P>Below-left (row 4, column 1).</P>
 
32
<DT><B>8</B><DD><P>Below-right (row 4, column 2).</P>
 
33
</DL>
 
34
</P>
 
35
<P>Perhaps a picture will make this numbering convention easier to understand.
 
36
<BLOCKQUOTE><CODE>
 
37
<PRE>
 
38
1 o o 4
 
39
2 o o 5
 
40
3 o o 6
 
41
7 o o 8
 
42
</PRE>
 
43
</CODE></BLOCKQUOTE>
 
44
</P>
 
45
 
 
46
<HR>
 
47
<A HREF="BRLTTY-14.html">Next</A>
 
48
<A HREF="BRLTTY-12.html">Previous</A>
 
49
<A HREF="BRLTTY.html#toc13">Contents</A>
 
50
</BODY>
 
51
</HTML>