a1193d3ba8c24509ecc66bf5f9cd01614835afcf
[ejpi] / src / plugins / computer.map
1 {
2         "name": "Computer",
3         "dimensions": (3, 3),
4         "keys": {
5                 (0, 0): {
6                         "CENTER": {"action": "[//]", "type": "text", "text": "//", },
7                         "showAllSlices": False,
8                 },
9                 (0, 1): {
10                         "CENTER": {"action": "[dec]", "type": "text", "text": "dec", },
11                         "showAllSlices": True,
12                 },
13                 (0, 2): {
14                         "CENTER": {"action": "[%]", "type": "text", "text": "%", },
15                         "showAllSlices": False,
16                 },
17                 (1, 0): {
18                         "CENTER": {"action": "[&]", "type": "text", "text": "and", },
19                         "showAllSlices": True,
20                 },
21                 (1, 1): {
22                         "CENTER": {"action": "[|]", "type": "text", "text": "or", },
23                         "NORTH": {"action": "[~]", "type": "text", "text": "not", },
24                         "showAllSlices": True,
25                 },
26                 (1, 2): {
27                         "CENTER": {"action": "[^]", "type": "text", "text": "xor", },
28                         "showAllSlices": True,
29                 },
30                 (2, 0): {
31                         "CENTER": {"action": "0x", "type": "text", "text": "0x", },
32                         "SOUTH": {"action": "[hex]", "type": "text", "text": "hex", },
33                         "NORTH_WEST": {"action": "a", "type": "text", "text": "A", },
34                         "WEST": {"action": "b", "type": "text", "text": "B", },
35                         "SOUTH_WEST": {"action": "c", "type": "text", "text": "C", },
36                         "NORTH_EAST": {"action": "d", "type": "text", "text": "D", },
37                         "EAST": {"action": "e", "type": "text", "text": "E", },
38                         "SOUTH_EAST": {"action": "f", "type": "text", "text": "F", },
39                         "showAllSlices": True,
40                 },
41                 (2, 1): {
42                         "CENTER": {"action": "0o", "type": "text", "text": "0o", },
43                         "SOUTH": {"action": "[oct]", "type": "text", "text": "oct", },
44                         "showAllSlices": True,
45                 },
46                 (2, 2): {
47                         "CENTER": {"action": "0b", "type": "text", "text": "0b", },
48                         "showAllSlices": True,
49                 },
50         },
51 }