annotate Scan/MBC-55X/defaultMap.kll @ 450:48ede6680396 master

Updating MBC-55X scan module
author Jacob Alexander <haata@kiibohd.com>
date Sun, 12 Jun 2016 15:53:25 -0700
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
450
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
1 Name = MD1;
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
2 Version = 0.1;
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
3 Author = "HaaTa (Jacob Alexander) 2016";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
4 KLL = 0.3d;
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
5
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
6 # Modified Date
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
7 Date = 2016-06-12;
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
8
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
9 S0x08 : U"Backspace";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
10 S0x09 : U"Tab";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
11
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
12 S0x1B : U"Esc";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
13
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
14 S0x20 : U"Space";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
15
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
16 S0x27 : U"Quote";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
17
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
18 S0x2C : U"Comma";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
19 S0x2D : U"Minus";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
20 S0x2E : U"Period";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
21 S0x2F : U"Slash";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
22 S0x30 : U"0";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
23 S0x31 : U"1";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
24 S0x32 : U"2";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
25 S0x33 : U"3";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
26 S0x34 : U"4";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
27 S0x35 : U"5";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
28 S0x36 : U"6";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
29 S0x37 : U"7";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
30 S0x38 : U"8";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
31 S0x39 : U"9";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
32 S0x3B : U"Semicolon";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
33 S0x3D : U"Equal";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
34 S0x5B : U"LBracket";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
35 S0x5C : U"Backslash";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
36 S0x5D : U"RBracket";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
37
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
38 S0x60 : U"Backtick";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
39 S0x61 : U"A";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
40 S0x62 : U"B";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
41 S0x63 : U"C";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
42 S0x64 : U"D";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
43 S0x65 : U"E";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
44 S0x66 : U"F";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
45 S0x67 : U"G";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
46 S0x68 : U"H";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
47 S0x69 : U"I";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
48 S0x6A : U"J";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
49 S0x6B : U"K";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
50 S0x6C : U"L";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
51 S0x6D : U"M";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
52 S0x6E : U"N";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
53 S0x6F : U"O";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
54 S0x70 : U"P";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
55 S0x71 : U"Q";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
56 S0x72 : U"R";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
57 S0x73 : U"S";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
58 S0x74 : U"T";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
59 S0x75 : U"U";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
60 S0x76 : U"V";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
61 S0x77 : U"W";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
62 S0x78 : U"X";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
63 S0x79 : U"Y";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
64 S0x7A : U"Z";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
65
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
66 S0x7F : U"Delete";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
67
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
68 S0xB1 : U"P0";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
69 S0xB2 : U"P.";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
70
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
71 S0xC0 : U"P1";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
72 S0xC1 : U"P2";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
73 S0xC2 : U"P3";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
74 S0xC3 : U"PEnter";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
75
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
76 S0xD0 : U"P4";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
77 S0xD1 : U"P5";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
78 S0xD2 : U"P6";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
79 S0xD3 : U"P,";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
80
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
81 S0xE1 : U"P7";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
82 S0xE2 : U"P8";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
83 S0xE3 : U"P9";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
84 S0xE4 : U"P-";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
85
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
86 S0xF1 : U"Up";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
87 S0xF2 : U"Down";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
88 S0xF3 : U"Left";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
89 S0xF4 : U"Right";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
90 S0xF5 : U"LShift";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
91 S0xF6 : U"Ctrl";
48ede6680396 Updating MBC-55X scan module
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
92