annotate Scan/KType/defaultMap.kll @ 379:a113d416950e

Updating KType layout to work more nicely with KiiConf
author Jacob Alexander <haata@kiibohd.com>
date Tue, 29 Sep 2015 20:21:29 -0700
parents 890a18d98c47
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
378
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
1 Name = KType;
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
2 Version = 0.1;
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
3 Author = "HaaTa (Jacob Alexander) 2015";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
4 KLL = 0.3c;
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
5
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
6 # Modified Date
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
7 Date = 2015-09-29;
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
8
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
9
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
10 S0x00 : U"Esc";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
11 S0x01 : U"F1";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
12 S0x02 : U"F2";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
13 S0x03 : U"F3";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
14 S0x04 : U"F4";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
15 S0x05 : U"F5";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
16 S0x06 : U"F6";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
17 S0x07 : U"F7";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
18 S0x08 : U"F8";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
19 S0x09 : U"F9";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
20 S0x0A : U"F10";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
21 S0x0B : U"F11";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
22 S0x0C : U"F12";
379
a113d416950e Updating KType layout to work more nicely with KiiConf
Jacob Alexander <haata@kiibohd.com>
parents: 378
diff changeset
23 S0x0D : U"PrintScreen";
378
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
24 S0x0E : U"ScrollLock";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
25 S0x0F : U"Pause";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
26 S0x10 : U"Backtick";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
27 S0x11 : U"1";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
28 S0x12 : U"2";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
29 S0x13 : U"3";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
30 S0x14 : U"4";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
31 S0x15 : U"5";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
32 S0x16 : U"6";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
33 S0x17 : U"7";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
34 S0x18 : U"8";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
35 S0x19 : U"9";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
36 S0x1A : U"0";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
37 S0x1B : U"Minus";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
38 S0x1C : U"Equals";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
39 S0x1D : U"Backspace";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
40 S0x1E : U"Insert";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
41 S0x1F : U"Home";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
42 S0x20 : U"PageUp";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
43 S0x21 : U"Tab";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
44 S0x22 : U"Q";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
45 S0x23 : U"W";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
46 S0x24 : U"E";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
47 S0x25 : U"R";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
48 S0x26 : U"T";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
49 S0x27 : U"Y";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
50 S0x28 : U"U";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
51 S0x29 : U"I";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
52 S0x2A : U"O";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
53 S0x2B : U"P";
379
a113d416950e Updating KType layout to work more nicely with KiiConf
Jacob Alexander <haata@kiibohd.com>
parents: 378
diff changeset
54 S0x2C : U"LBrace";
a113d416950e Updating KType layout to work more nicely with KiiConf
Jacob Alexander <haata@kiibohd.com>
parents: 378
diff changeset
55 S0x2D : U"RBrace";
378
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
56 S0x2E : U"Backslash";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
57 S0x2F : U"Delete";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
58 S0x30 : U"End";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
59 S0x31 : U"PageDown";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
60 S0x32 : U"CapsLock";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
61 S0x33 : U"A";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
62 S0x34 : U"S";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
63 S0x35 : U"D";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
64 S0x36 : U"F";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
65 S0x37 : U"G";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
66 S0x38 : U"H";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
67 S0x39 : U"J";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
68 S0x3A : U"K";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
69 S0x3B : U"L";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
70 S0x3C : U"Semicolon";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
71 S0x3D : U"Quote";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
72 S0x3E : U"Enter";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
73 S0x3F : U"LShift";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
74 S0x40 : U"Z";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
75 S0x41 : U"X";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
76 S0x42 : U"C";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
77 S0x43 : U"V";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
78 S0x44 : U"B";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
79 S0x45 : U"N";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
80 S0x46 : U"M";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
81 S0x47 : U"Comma";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
82 S0x48 : U"Period";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
83 S0x49 : U"Slash";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
84 S0x4A : U"RShift";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
85 S0x4B : U"Up";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
86 S0x4C : U"LCtrl";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
87 S0x4D : U"LGui";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
88 S0x4E : U"LAlt";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
89 S0x4F : U"Space";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
90 S0x50 : U"RAlt";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
91 S0x51 : U"RGui";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
92 S0x52 : U"Menu";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
93 S0x53 : U"RCtrl";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
94 S0x54 : U"Left";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
95 S0x55 : U"Down";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
96 S0x56 : U"Right";
890a18d98c47 Initial code for KType TKL
Jacob Alexander <haata@kiibohd.com>
parents:
diff changeset
97