Initial checkin
[ejpi] / src / plugins / alphabet.map
1 {
2         "name": "Alphabet",
3         "dimensions": (3, 3),
4         "keys": {
5                 (0, 0): {
6                         "CENTER": {"action": "e", "type": "text", "text": "E", },
7                         "SOUTH": {"action": "q", "type": "text", "text": "Q", },
8                         "EAST": {"action": "W", "type": "text", "text": "W", },
9                         "showAllSlices": True,
10                 },
11                 (0, 1): {
12                         "CENTER": {"action": "t", "type": "text", "text": "T", },
13                         "WEST": {"action": "r", "type": "text", "text": "R", },
14                         "EAST": {"action": "y", "type": "text", "text": "Y", },
15                         "SOUTH": {"action": "u", "type": "text", "text": "U", },
16                         "showAllSlices": True,
17                 },
18                 (0, 2): {
19                         "CENTER": {"action": "i", "type": "text", "text": "I", },
20                         "WEST": {"action": "o", "type": "text", "text": "O", },
21                         "SOUTH": {"action": "p", "type": "text", "text": "P", },
22                         "showAllSlices": True,
23                 },
24                 (1, 0): {
25                         "CENTER": {"action": "a", "type": "text", "text": "A", },
26                         "EAST": {"action": "s", "type": "text", "text": "S", },
27                         "showAllSlices": True,
28                 },
29                 (1, 1): {
30                         "CENTER": {"action": "h", "type": "text", "text": "H", },
31                         "WEST": {"action": "d", "type": "text", "text": "D", },
32                         "NORTH": {"action": "f", "type": "text", "text": "F", },
33                         "EAST": {"action": "g", "type": "text", "text": "G", },
34                         "SOUTH": {"action": "j", "type": "text", "text": "J", },
35                         "showAllSlices": True,
36                 },
37                 (1, 2): {
38                         "CENTER": {"action": "l", "type": "text", "text": "L", },
39                         "WEST": {"action": "k", "type": "text", "text": "K", },
40                         "showAllSlices": True,
41                 },
42                 (2, 0): {
43                         "CENTER": {"action": "c", "type": "text", "text": "C", },
44                         "NORTH": {"action": "z", "type": "text", "text": "Z", },
45                         "EAST": {"action": "x", "type": "text", "text": "X", },
46                         "showAllSlices": True,
47                 },
48                 (2, 1): {
49                         "CENTER": {"action": "b", "type": "text", "text": "B", },
50                         "NORTH": {"action": "v", "type": "text", "text": "V", },
51                         "showAllSlices": True,
52                 },
53                 (2, 2): {
54                         "CENTER": {"action": "n", "type": "text", "text": "N", },
55                         "NORTH_WEST": {"action": "m", "type": "text", "text": "M", },
56                         "showAllSlices": True,
57                 },
58         },
59 }