Moving push to the entry row
[ejpi] / src / plugins / trig.map
1 {
2         "name": "Trigonometry",
3         "dimensions": (3, 3),
4         "keys": {
5                 (0, 0): {
6                         "CENTER": {"action": "[sinh]", "type": "text", "text": "sinh", },
7                         "SOUTH": {"action": "[asinh]", "type": "text", "text": "asinh", },
8                         "showAllSlices": False,
9                 },
10                 (0, 1): {
11                         "CENTER": {"action": "[cosh]", "type": "text", "text": "cosh", },
12                         "SOUTH": {"action": "[acosh]", "type": "text", "text": "acosh", },
13                         "showAllSlices": False,
14                 },
15                 (0, 2): {
16                         "CENTER": {"action": "[tanh]", "type": "text", "text": "tanh", },
17                         "SOUTH": {"action": "[atanh]", "type": "text", "text": "atanh", },
18                         "showAllSlices": False,
19                 },
20                 (1, 0): {
21                         "CENTER": {"action": "[exp]", "type": "text", "text": "exp", },
22                         "NORTH": {"action": "[log]", "type": "text", "text": "log", },
23                         "showAllSlices": True,
24                 },
25                 (1, 1): {
26                         "CENTER": {"action": "pi", "type": "text", "text": "pi", },
27                         "NORTH": {"action": "e", "type": "text", "text": "e", },
28                         "showAllSlices": True,
29                 },
30                 (1, 2): {
31                         "CENTER": {"action": "[rad]", "type": "text", "text": "rad", },
32                         "NORTH": {"action": "[deg]", "type": "text", "text": "deg", },
33                         "showAllSlices": True,
34                 },
35                 (2, 0): {
36                         "CENTER": {"action": "[sin]", "type": "text", "text": "sin", },
37                         "SOUTH": {"action": "[asin]", "type": "text", "text": "asin", },
38                         "showAllSlices": False,
39                 },
40                 (2, 1): {
41                         "CENTER": {"action": "[cos]", "type": "text", "text": "cos", },
42                         "SOUTH": {"action": "[acos]", "type": "text", "text": "acos", },
43                         "showAllSlices": False,
44                 },
45                 (2, 2): {
46                         "CENTER": {"action": "[tan]", "type": "text", "text": "tan", },
47                         "SOUTH": {"action": "[atan]", "type": "text", "text": "atan", },
48                         "showAllSlices": False,
49                 },
50         },
51 }