192 |
- |
1 |
###############################################################################
|
|
|
2 |
# BRLTTY - A background process providing access to the console screen (when in
|
|
|
3 |
# text mode) for a blind person using a refreshable braille display.
|
|
|
4 |
#
|
|
|
5 |
# Copyright (C) 1995-2018 by The BRLTTY Developers.
|
|
|
6 |
#
|
|
|
7 |
# BRLTTY comes with ABSOLUTELY NO WARRANTY.
|
|
|
8 |
#
|
|
|
9 |
# This is free software, placed under the terms of the
|
|
|
10 |
# GNU Lesser General Public License, as published by the Free Software
|
|
|
11 |
# Foundation; either version 2.1 of the License, or (at your option) any
|
|
|
12 |
# later version. Please see the file LICENSE-LGPL for details.
|
|
|
13 |
#
|
|
|
14 |
# Web Page: http://brltty.com/
|
|
|
15 |
#
|
|
|
16 |
# This software is maintained by Dave Mielke <dave@mielke.cc>.
|
|
|
17 |
###############################################################################
|
|
|
18 |
|
|
|
19 |
# This BRLTTY text subtable defines the standard braille representations for
|
|
|
20 |
# the 26 Latin control characters.
|
|
|
21 |
|
|
|
22 |
char \x01 (1 78) # 01 ⣁ [START OF HEADING]
|
|
|
23 |
char \x02 (12 78) # 02 ⣃ [START OF TEXT]
|
|
|
24 |
char \x03 (1 4 78) # 03 ⣉ [END OF TEXT]
|
|
|
25 |
char \x04 (1 45 78) # 04 ⣙ [END OF TRANSMISSION]
|
|
|
26 |
char \x05 (1 5 78) # 05 ⣑ [ENQUIRY]
|
|
|
27 |
char \x06 (12 4 78) # 06 ⣋ [ACKNOWLEDGE]
|
|
|
28 |
char \x07 (12 45 78) # 07 ⣛ [BELL]
|
|
|
29 |
char \x08 (12 5 78) # 08 ⣓ [BACKSPACE]
|
|
|
30 |
char \x09 ( 2 4 78) # 09 ⣊ [CHARACTER TABULATION]
|
|
|
31 |
char \x0A ( 2 45 78) # 0A ⣚ [LINE FEED (LF)]
|
|
|
32 |
char \x0B (1 3 78) # 0B ⣅ [LINE TABULATION]
|
|
|
33 |
char \x0C (123 78) # 0C ⣇ [FORM FEED (FF)]
|
|
|
34 |
char \x0D (1 34 78) # 0D ⣍ [CARRIAGE RETURN (CR)]
|
|
|
35 |
char \x0E (1 345 78) # 0E ⣝ [SHIFT OUT]
|
|
|
36 |
char \x0F (1 3 5 78) # 0F ⣕ [SHIFT IN]
|
|
|
37 |
char \x10 (1234 78) # 10 ⣏ [DATA LINK ESCAPE]
|
|
|
38 |
char \x11 (12345 78) # 11 ⣟ [DEVICE CONTROL ONE]
|
|
|
39 |
char \x12 (123 5 78) # 12 ⣗ [DEVICE CONTROL TWO]
|
|
|
40 |
char \x13 ( 234 78) # 13 ⣎ [DEVICE CONTROL THREE]
|
|
|
41 |
char \x14 ( 2345 78) # 14 ⣞ [DEVICE CONTROL FOUR]
|
|
|
42 |
char \x15 (1 3 678) # 15 ⣥ [NEGATIVE ACKNOWLEDGE]
|
|
|
43 |
char \x16 (123 678) # 16 ⣧ [SYNCHRONOUS IDLE]
|
|
|
44 |
char \x17 ( 2 45678) # 17 ⣺ [END OF TRANSMISSION BLOCK]
|
|
|
45 |
char \x18 (1 34 678) # 18 ⣭ [CANCEL]
|
|
|
46 |
char \x19 (1 345678) # 19 ⣽ [END OF MEDIUM]
|
|
|
47 |
char \x1A (1 3 5678) # 1A ⣵ [SUBSTITUTE]
|