1 ####################################################
4 ####################################################
7 # FingerKey: This class represents the keys where
8 # your fingers shold rest between typing.
18 FingerKey 246 ö 108 20
21 # ControllKey: This class will represent all the
22 # controll keys that you are using. Theys keys
23 # will be used later when you want to use uppercase.
25 # Assci KeyText x y Width Height
27 ControlKey 260 Tab 0 10 15 10
28 ControlKey 13 Enter 128 20 22 10
29 ControlKey 257 Shift 123 30 27 10
30 ControlKey 264 AltGr 120 40 15 10
31 ControlKey 265 Ctrl 135 40 15 10
32 ControlKey 263 Alt 15 40 15 10
33 ControlKey 262 Ctrl 0 40 15 10
34 ControlKey 32 Space 30 40 90 10
35 ControlKey 258 Shift 0 30 23 10
36 ControlKey 259 CapsLock 0 20 18 10
37 ControlKey 8 BackSpace 140 0 10 10
40 # NormalKey: This class represent all the
41 # normal keys where you don't need to press
42 # anything else then just one key. That would
43 # basically be all the numbers and the lovercase
44 # letters. For this class you have to indicate
45 # withc finger key you are going to use.
47 # Assci KeyText x y FingerKey
49 NormalKey 167 § 0 0 97
50 NormalKey 49 1 10 0 97
51 NormalKey 50 2 20 0 115
52 NormalKey 51 3 30 0 100
53 NormalKey 52 4 40 0 102
54 NormalKey 53 5 50 0 102
55 NormalKey 54 6 60 0 106
56 NormalKey 55 7 70 0 106
57 NormalKey 56 8 80 0 107
58 NormalKey 57 9 90 0 108
59 NormalKey 48 0 100 0 246
60 NormalKey 43 + 110 0 246
61 NormalKey 180 ' 120 0 246
63 NormalKey 113 Q 15 10 97
64 NormalKey 119 W 25 10 115
65 NormalKey 101 E 35 10 100
66 NormalKey 114 R 45 10 102
67 NormalKey 116 T 55 10 102
68 NormalKey 121 Y 65 10 106
69 NormalKey 117 U 75 10 106
70 NormalKey 105 I 85 10 107
71 NormalKey 111 O 95 10 108
72 NormalKey 112 P 105 10 246
73 NormalKey 229 å 115 10 246
74 NormalKey 168 " 125 10 246
76 NormalKey 103 G 58 20 102
77 NormalKey 104 H 68 20 106
78 NormalKey 39 ä 118 20 246
80 NormalKey 122 Z 23 30 97
81 NormalKey 120 X 33 30 115
82 NormalKey 99 C 43 30 100
83 NormalKey 118 V 53 30 102
84 NormalKey 98 B 63 30 102
85 NormalKey 110 N 73 30 106
86 NormalKey 109 M 83 30 106
87 NormalKey 44 , 93 30 107
88 NormalKey 46 . 103 30 108
89 NormalKey 45 - 113 30 246
92 # HiddenKey: This is all the keys that
93 # you cant see. That means that you have
94 # to use an control key to get them. Basically
95 # this is all the uppercase letters.
97 # Ascii Target Finger Contorll
99 HiddenKey 65 97 97 257 #A
100 HiddenKey 66 98 102 257 #B
101 HiddenKey 67 99 100 257 #C
102 HiddenKey 68 100 100 257 #D
103 HiddenKey 69 101 100 257 #E
104 HiddenKey 70 102 102 257 #F
105 HiddenKey 71 103 102 257 #G
106 HiddenKey 72 104 106 258 #H
107 HiddenKey 73 105 107 258 #I
108 HiddenKey 74 106 106 258 #J
109 HiddenKey 75 107 107 258 #K
110 HiddenKey 76 108 106 258 #L
111 HiddenKey 77 109 106 258 #M
112 HiddenKey 78 110 106 258 #N
113 HiddenKey 79 111 108 258 #O
114 HiddenKey 80 112 246 258 #P
115 HiddenKey 81 113 97 257 #Q
116 HiddenKey 82 114 102 257 #R
117 HiddenKey 83 115 115 257 #S
118 HiddenKey 84 116 102 257 #T
119 HiddenKey 85 117 106 258 #U
120 HiddenKey 86 118 102 257 #V
121 HiddenKey 87 119 115 257 #W
122 HiddenKey 88 120 115 257 #X
123 HiddenKey 89 121 106 258 #Y
124 HiddenKey 90 122 97 257 #Z