|
1 | 1 | { |
2 | | - "tablet": { |
3 | | - "font": "Tahoma", |
4 | | - "layer": [ |
5 | | - { |
6 | | - "id": "default", |
7 | | - "row": [ |
8 | | - { |
9 | | - "id": 1, |
10 | | - "key": [ |
11 | | - {"id": "K_Q","text":"q"}, |
12 | | - {"id": "K_W","text":"w"}, |
13 | | - {"id": "K_E","text":"e"}, |
14 | | - {"id": "K_R","text":"r"}, |
15 | | - {"id": "K_T","text":"t"}, |
16 | | - {"id": "K_Y","text":"y"}, |
17 | | - {"id": "K_U","text":"u"}, |
18 | | - {"id": "K_I","text":"i"}, |
19 | | - {"id": "K_O","text":"o"}, |
20 | | - {"id": "K_P","text":"p"} |
21 | | - ] |
22 | | - }, |
23 | | - { |
24 | | - "id": 2, |
25 | | - "key": [ |
26 | | - {"id": "K_A","text":"a","pad":70}, |
27 | | - {"id": "K_S","text":"s"}, |
28 | | - {"id": "K_D","text":"d"}, |
29 | | - {"id": "K_F","text":"f"}, |
30 | | - {"id": "K_G","text":"g"}, |
31 | | - {"id": "K_H","text":"h"}, |
32 | | - {"id": "K_J","text":"j"}, |
33 | | - {"id": "K_K","text":"k"}, |
34 | | - {"id": "K_L","text":"l"}, |
35 | | - {"sp": "10","width":"10"} |
36 | | - ] |
37 | | - }, |
38 | | - { |
39 | | - "id": 3, |
40 | | - "key": [ |
41 | | - {"id": "K_SHIFT","text": "*Shift*","width": "110","sp": "1","nextlayer": "shift"}, |
42 | | - {"id": "K_Z","text":"z"}, |
43 | | - {"id": "K_X","text":"x"}, |
44 | | - {"id": "K_C","text":"c"}, |
45 | | - {"id": "K_V","text":"v"}, |
46 | | - {"id": "K_B","text":"b"}, |
47 | | - {"id": "K_N","text":"n"}, |
48 | | - {"id": "K_M","text":"m"}, |
49 | | - {"id": "K_PERIOD","text": ".","sk": [ |
50 | | - {"text": ",","id": "K_COMMA"}, |
51 | | - {"text": "!","id": "K_1", "layer": "shift"}, |
52 | | - {"text": "?","id": "K_SLASH", "layer": "shift"}, |
53 | | - {"text": "'","id": "K_QUOTE"}, |
54 | | - {"text": "\"","id": "K_QUOTE", "layer": "shift"}, |
55 | | - {"text": "\\","id": "K_BKSLASH"}, |
56 | | - {"text": ":","id": "K_COLON", "layer": "shift"}, |
57 | | - {"text": ";","id": "K_COLON"} |
58 | | - ] |
59 | | - }, |
60 | | - {"id": "K_BKSP","text": "*BkSp*","width":"90","sp": "1"} |
61 | | - ] |
62 | | - }, |
63 | | - { |
64 | | - "id": 4, |
65 | | - "key": [ |
66 | | - {"id": "K_NUMLOCK","text": "*123*","width":"140","sp": "1","nextlayer": "numeric"}, |
67 | | - {"id": "K_LOPT","text": "*Menu*","width": "120","sp": "1"}, |
68 | | - {"id": "K_SPACE","text": "","width": "630","sp": "0"}, |
69 | | - {"id": "K_ENTER","text": "*Enter*","width":"140","sp": "1"} |
70 | | - ] |
71 | | - } |
72 | | - ] |
73 | | - }, |
74 | | - { |
75 | | - "id": "shift", |
76 | | - "row": [ |
77 | | - { |
78 | | - "id": 1, |
79 | | - "key": [ |
80 | | - {"id": "K_Q","text":"Q"}, |
81 | | - {"id": "K_W","text":"W"}, |
82 | | - {"id": "K_E","text":"E"}, |
83 | | - {"id": "K_R","text":"R"}, |
84 | | - {"id": "K_T","text":"T"}, |
85 | | - {"id": "K_Y","text":"Y"}, |
86 | | - {"id": "K_U","text":"U"}, |
87 | | - {"id": "K_I","text":"I"}, |
88 | | - {"id": "K_O","text":"O"}, |
89 | | - {"id": "K_P","text":"P"} |
90 | | - ] |
91 | | - }, |
92 | | - { |
93 | | - "id": 2, |
94 | | - "key": [ |
95 | | - {"id": "K_A","text":"A","pad":70}, |
96 | | - {"id": "K_S","text":"S"}, |
97 | | - {"id": "K_D","text":"D"}, |
98 | | - {"id": "K_F","text":"F"}, |
99 | | - {"id": "K_G","text":"G"}, |
100 | | - {"id": "K_H","text":"H"}, |
101 | | - {"id": "K_J","text":"J"}, |
102 | | - {"id": "K_K","text":"K"}, |
103 | | - {"id": "K_L","text":"L"}, |
104 | | - {"sp": "10","width":"10"} |
105 | | - ] |
106 | | - }, |
107 | | - { |
108 | | - "id": 3, |
109 | | - "key": [ |
110 | | - {"id": "K_SHIFT","text": "*Shift*","width": "110","sp": "2","nextlayer": "default"}, |
111 | | - {"id": "K_Z","text":"Z"}, |
112 | | - {"id": "K_X","text":"X"}, |
113 | | - {"id": "K_C","text":"C"}, |
114 | | - {"id": "K_V","text":"V"}, |
115 | | - {"id": "K_B","text":"B"}, |
116 | | - {"id": "K_N","text":"N"}, |
117 | | - {"id": "K_M","text":"M"}, |
118 | | - {"id": "K_PERIOD","text": ".", "layer": "default", "sk": [ |
119 | | - {"text": ",","id": "K_COMMA", "layer": "default"}, |
120 | | - {"text": "!","id": "K_1", "layer": "shift"}, |
121 | | - {"text": "?","id": "K_SLASH", "layer": "shift"}, |
122 | | - {"text": "'","id": "K_QUOTE", "layer": "default"}, |
123 | | - {"text": "\"","id": "K_QUOTE", "layer": "shift"}, |
124 | | - {"text": "\\","id": "K_BKSLASH", "layer": "default"}, |
125 | | - {"text": ":","id": "K_COLON", "layer": "shift"}, |
126 | | - {"text": ";","id": "K_COLON", "layer": "default"} |
127 | | - ] |
128 | | - }, |
129 | | - {"id": "K_BKSP","text": "*BkSp*","width": "90","sp": "1"} |
130 | | - ] |
131 | | - }, |
132 | | - { |
133 | | - "id": 4, |
134 | | - "key": [ |
135 | | - {"id": "K_NUMLOCK","text": "*123*","width":"140","sp": "1","nextlayer": "numeric"}, |
136 | | - {"id": "K_LOPT","text": "*Menu*","width": "120","sp": "1"}, |
137 | | - {"id": "K_SPACE","text": "","width": "630","sp": "0"}, |
138 | | - {"id": "K_ENTER","text": "*Enter*","width":"140","sp": "1"} |
139 | | - ] |
140 | | - } |
141 | | - ] |
142 | | - }, |
143 | | - { |
144 | | - "id": "numeric", |
145 | | - "row": [ |
146 | | - { |
147 | | - "id": 1, |
148 | | - "key": [ |
149 | | - {"id": "K_1","text": "1"}, |
150 | | - {"id": "K_2","text": "2"}, |
151 | | - {"id": "K_3","text": "3"}, |
152 | | - {"id": "K_4","text": "4"}, |
153 | | - {"id": "K_5","text": "5"}, |
154 | | - {"id": "K_6","text": "6"}, |
155 | | - {"id": "K_7","text": "7"}, |
156 | | - {"id": "K_8","text": "8"}, |
157 | | - {"id": "K_9","text": "9"}, |
158 | | - {"id": "K_0","text": "0"} |
159 | | - ] |
160 | | - }, |
161 | | - { |
162 | | - "id": 2, |
163 | | - "key": [ |
164 | | - {"id": "K_4","text": "$","layer":"shift","pad":70}, |
165 | | - {"id": "K_2","text": "@","layer":"shift"}, |
166 | | - {"id": "K_3","text": "#","layer":"shift"}, |
167 | | - {"id": "K_5","text": "%","layer":"shift"}, |
168 | | - {"id": "K_7","text": "&","layer":"shift"}, |
169 | | - {"id": "K_HYPHEN","text": "_","layer":"shift"}, |
170 | | - {"id": "K_EQUAL","text": "=","layer":"default"}, |
171 | | - {"id": "K_BKSLASH","text": "|","layer":"shift"}, |
172 | | - {"id": "K_BKSLASH","text": "\\","layer":"default"}, |
173 | | - {"text": "","width": "10","sp": "10"} |
174 | | - ] |
175 | | - }, |
176 | | - { |
177 | | - "id": 3, |
178 | | - "key": [ |
179 | | - {"id": "K_SHIFT","text": "*Shift*","width": "110","sp": "1"}, |
180 | | - {"id": "K_LBRKT","text": "[","sk": [ |
181 | | - {"id": "U_00AB","text":"\u00ab"}, |
182 | | - {"id": "K_COMMA","text":"<","layer":"shift"}, |
183 | | - {"id": "K_LBRKT","text":"{","layer":"shift"} |
184 | | - ] |
185 | | - }, |
186 | | - {"id": "K_9","text": "(","layer":"shift"}, |
187 | | - {"id": "K_0","text": ")","layer":"shift"}, |
188 | | - {"id": "K_RBRKT","text": "]","sk": [ |
189 | | - {"id": "U_00BB","text":"\u00bb"}, |
190 | | - {"id": "K_PERIOD","text":">","layer":"shift"}, |
191 | | - {"id": "K_RBRKT","text":"}","layer":"shift"} |
192 | | - ] |
193 | | - }, |
194 | | - {"id": "K_EQUAL","text": "+","layer":"shift"}, |
195 | | - {"id": "K_HYPHEN","text": "-","layer":"default"}, |
196 | | - {"id": "K_8","text": "*","layer":"shift"}, |
197 | | - {"id": "K_SLASH","text": "/","layer":"default"}, |
198 | | - {"id": "K_BKSP","text": "*BkSp*","width": "90","sp": "1"} |
199 | | - ] |
200 | | - }, |
201 | | - { |
202 | | - "id": 4, |
203 | | - "key": [ |
204 | | - {"id": "K_LOWER","text": "*abc*","width": "140","sp": "1","nextlayer": "default"}, |
205 | | - {"id": "K_LOPT","text": "*Menu*","width": "120","sp": "1"}, |
206 | | - {"id": "K_SPACE","text": "","width": "630","sp": "0"}, |
207 | | - {"id": "K_ENTER","text": "*Enter*","width": "140","sp": "1"} |
208 | | - ] |
209 | | - } |
210 | | - ] |
211 | | - } |
212 | | - ] |
213 | | - }, |
214 | 2 | "phone": { |
215 | 3 | "font": "Tahoma", |
216 | 4 | "layer": [ |
|
0 commit comments