]> git.rmz.io Git - dotfiles.git/blob - heliboard/numpad.json
heliboard: add android keyboard config
[dotfiles.git] / heliboard / numpad.json
1 [
2 [
3 { "label": "+", "type": "function", "popup": {
4 "relevant": [
5 { "label": "(" },
6 { "label": "<" },
7 { "label": "±" }
8 ]
9 }, "labelFlags": 512 },
10 { "label": "1", "type": "numeric" },
11 { "label": "2", "type": "numeric" },
12 { "label": "3", "type": "numeric" },
13 { "label": "%", "type": "function", "popup": { "main": { "label": "$$$"} }, "labelFlags": 512 }
14 ],
15 [
16 { "label": "-", "type": "function", "popup": {
17 "relevant": [
18 { "label": ")" },
19 { "label": ">" },
20 { "label": "~" }
21 ]
22 }, "labelFlags": 512 },
23 { "label": "4", "type": "numeric" },
24 { "label": "5", "type": "numeric" },
25 { "label": "6", "type": "numeric" },
26 { "label": "space", "type": "function" }
27 ],
28 [
29 { "label": "*", "type": "function", "popup": {
30 "relevant": [
31 { "label": "/" },
32 { "label": "×" },
33 { "label": "÷" }
34 ]
35 }, "labelFlags": 512 },
36 { "label": "7", "type": "numeric" },
37 { "label": "8", "type": "numeric" },
38 { "label": "9", "type": "numeric" },
39 { "label": "delete" }
40 ],
41 [
42 { "label": "alpha", "width": 0.15 },
43 { "label": "comma", "width": 0.1 },
44 { "label": "symbol", "width": 0.12 },
45 { "label": "0", "type": "numeric", "width": -1 },
46 { "label": "=", "type": "function", "width": 0.12, "popup": { "relevant": [ { "label": "≠"}, { "label": "≈"} ] } },
47 { "label": "period", "width": 0.1 },
48 { "label": "action", "width": 0.15 }
49 ]
50 ]