questionlayoutrefactoring 0.1.69 → 0.1.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Atoms/CustomButton/CustomButton.js +1 -1
- package/dist/components/Atoms/CustomButton/CustomButton.js.map +1 -1
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js +6 -6
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js.map +1 -1
- package/dist/components/Molecules/AccordianPay4/Accordian.js +14 -3
- package/dist/components/Molecules/AccordianPay4/Accordian.js.map +1 -1
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.d.ts +1 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.js +11 -1
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.js.map +1 -1
- package/dist/components/Molecules/HighChart/HighChart.js +1 -1
- package/dist/components/Molecules/HighChart/HighChart.js.map +1 -1
- package/dist/components/Molecules/HighChart/HighChartPie.js +1 -1
- package/dist/components/Molecules/HighChart/HighChartPie.js.map +1 -1
- package/dist/components/Molecules/SmartLearn/types.d.ts +2 -1
- package/dist/components/Molecules/Tutor/User/User.js +20 -3
- package/dist/components/Molecules/Tutor/User/User.js.map +1 -1
- package/dist/components/Molecules/Tutor/User/User.stories.d.ts +1 -0
- package/dist/components/Molecules/Tutor/User/User.stories.js +5 -1
- package/dist/components/Molecules/Tutor/User/User.stories.js.map +1 -1
- package/dist/components/Molecules/VideoView/VideoModal.js +1 -1
- package/dist/components/Molecules/VideoView/VideoModal.js.map +1 -1
- package/dist/components/Molecules/WallBanner/WallBanner.js +1 -1
- package/dist/components/Molecules/WallBanner/WallBanner.js.map +1 -1
- package/dist/components/Molecules/WallCard/WallCard.js +5 -5
- package/dist/components/Molecules/WallCard/WallCard.js.map +1 -1
- package/dist/components/Molecules/optionLayouts/Scq.js +7 -7
- package/dist/components/Molecules/optionLayouts/Scq.js.map +1 -1
- package/dist/components/Organisms/ActivityList/ActivityList.js +2 -2
- package/dist/components/Organisms/ActivityList/ActivityList.js.map +1 -1
- package/dist/components/Organisms/ReviewComponent/reviewUtils.js +2 -2
- package/dist/components/Organisms/ReviewComponent/reviewUtils.js.map +1 -1
- package/dist/components/Organisms/ReviewComponent/selectionUtils.d.ts +53 -9
- package/dist/components/Organisms/ReviewComponent/selectionUtils.js +112 -75
- package/dist/components/Organisms/ReviewComponent/selectionUtils.js.map +1 -1
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.d.ts +1 -0
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js +43 -1
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js.map +1 -1
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.d.ts +3 -2
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js +55 -25
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js.map +1 -1
- package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.d.ts +10 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.js +93 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.d.ts +3 -2
- package/dist/components/Organisms/StudentEditor/components/MathModal.js +93 -80
- package/dist/components/Organisms/StudentEditor/components/MathModal.js.map +1 -1
- package/dist/components/Organisms/StudentEditor/components/MathModalSME.d.ts +10 -0
- package/dist/components/Organisms/StudentEditor/components/MathModalSME.js +395 -0
- package/dist/components/Organisms/StudentEditor/components/MathModalSME.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.js +5 -4
- package/dist/components/Organisms/StudentEditor/components/TextEditor.js.map +1 -1
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.d.ts +6 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.js +10 -2
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.js.map +1 -1
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.d.ts +2115 -135
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js +771 -379
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js.map +1 -1
- package/dist/components/Organisms/StudentEditor/utils/keyboardConstants.d.ts +1779 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboardConstants.js +1447 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboardConstants.js.map +1 -0
- package/dist/components/Organisms/TableComponent/TableComponent.js +2 -2
- package/dist/components/Organisms/TableComponent/TableComponent.js.map +1 -1
- package/dist/utils/accordionConstants.d.ts +2 -0
- package/dist/utils/accordionConstants.js +2 -0
- package/dist/utils/accordionConstants.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,485 +1,877 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.profileKeyboards = exports.physicsKeyboard = exports.chemistryKeyboard = exports.complexNumbersKeyboard = exports.matricesVectorsKeyboard = exports.statsProbabilityKeyboard = exports.calculusKeyboard = exports.trigonometryKeyboard = exports.coordinateGeometryKeyboard = exports.geometryKeyboard = exports.algebraFinanceKeyboard = exports.numbersSetsKeyboard = exports.KEYBOARD_PROFILES = exports.universalKeyboard = exports.generalKeyboardMobile = exports.generalKeyboard = exports.abcKeyboardLower = exports.abcKeyboard = exports.greekKeyboardUpper = exports.greekKeyboardLower = exports.chemBasicKeyboard = exports.variablesKeyboard = exports.trigKeyboard = exports.symbolsKeyboard = exports.numericKeyboard = void 0;
|
|
4
|
+
// Import keyboard constants to eliminate duplication
|
|
5
|
+
const keyboardConstants_1 = require("./keyboardConstants");
|
|
4
6
|
exports.numericKeyboard = [
|
|
5
7
|
// Row 1
|
|
6
8
|
[
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
keyboardConstants_1.NUMBERS.SEVEN,
|
|
10
|
+
keyboardConstants_1.NUMBERS.EIGHT,
|
|
11
|
+
keyboardConstants_1.NUMBERS.NINE,
|
|
12
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.PERCENT,
|
|
13
|
+
keyboardConstants_1.BASIC_OPERATIONS.PLUS,
|
|
14
|
+
keyboardConstants_1.BASIC_OPERATIONS.MINUS,
|
|
13
15
|
],
|
|
14
16
|
// Row 2
|
|
15
17
|
[
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
keyboardConstants_1.NUMBERS.FOUR,
|
|
19
|
+
keyboardConstants_1.NUMBERS.FIVE,
|
|
20
|
+
keyboardConstants_1.NUMBERS.SIX,
|
|
21
|
+
keyboardConstants_1.MATH_STRUCTURES.FRACTION,
|
|
22
|
+
keyboardConstants_1.BASIC_OPERATIONS.MULTIPLY,
|
|
23
|
+
keyboardConstants_1.BASIC_OPERATIONS.DIVIDE,
|
|
22
24
|
],
|
|
23
25
|
// Row 3
|
|
24
26
|
[
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
27
|
+
keyboardConstants_1.NUMBERS.ONE,
|
|
28
|
+
keyboardConstants_1.NUMBERS.TWO,
|
|
29
|
+
keyboardConstants_1.NUMBERS.THREE,
|
|
30
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.DEGREE,
|
|
31
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_OPEN,
|
|
32
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_CLOSE,
|
|
31
33
|
],
|
|
32
34
|
// Row 4
|
|
33
35
|
[
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
36
|
+
keyboardConstants_1.NUMBERS.ZERO,
|
|
37
|
+
keyboardConstants_1.BASIC_OPERATIONS.DECIMAL,
|
|
38
|
+
keyboardConstants_1.BASIC_OPERATIONS.NEGATIVE,
|
|
39
|
+
keyboardConstants_1.COMPARISON_OPERATORS.APPROXIMATELY,
|
|
40
|
+
keyboardConstants_1.COMPARISON_OPERATORS.SIMILAR,
|
|
41
|
+
keyboardConstants_1.COMPARISON_OPERATORS.IFF,
|
|
40
42
|
],
|
|
41
43
|
//Row 5
|
|
42
44
|
[
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
],
|
|
50
|
-
[
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
]
|
|
45
|
+
keyboardConstants_1.BRACKETS.CURLY_BRACES,
|
|
46
|
+
keyboardConstants_1.BRACKETS.SQUARE_BRACKETS,
|
|
47
|
+
keyboardConstants_1.BRACKETS.DOUBLE_BRACKETS,
|
|
48
|
+
keyboardConstants_1.COMPARISON_OPERATORS.EQUIVALENT,
|
|
49
|
+
keyboardConstants_1.COMPARISON_OPERATORS.CONGRUENT,
|
|
50
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.BACKSLASH,
|
|
51
|
+
],
|
|
52
|
+
[
|
|
53
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
54
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
55
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
56
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
57
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
58
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
59
|
+
],
|
|
58
60
|
];
|
|
59
61
|
exports.symbolsKeyboard = [
|
|
60
62
|
// Row 1
|
|
61
63
|
[
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
keyboardConstants_1.MATH_STRUCTURES.POWER_SQUARE,
|
|
65
|
+
keyboardConstants_1.MATH_STRUCTURES.POWER,
|
|
66
|
+
keyboardConstants_1.MATH_STRUCTURES.SQUARE_ROOT,
|
|
67
|
+
keyboardConstants_1.MATH_STRUCTURES.NTH_ROOT,
|
|
68
|
+
keyboardConstants_1.BASIC_OPERATIONS.PLUS,
|
|
69
|
+
keyboardConstants_1.BASIC_OPERATIONS.MINUS,
|
|
68
70
|
],
|
|
69
71
|
// Row 2
|
|
70
72
|
[
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
keyboardConstants_1.LOGARITHMIC.LOG,
|
|
74
|
+
keyboardConstants_1.LOGARITHMIC.LOG_BASE,
|
|
75
|
+
keyboardConstants_1.LOGARITHMIC.LN,
|
|
76
|
+
keyboardConstants_1.MATH_STRUCTURES.FRACTION_ALT,
|
|
77
|
+
keyboardConstants_1.BASIC_OPERATIONS.MULTIPLY,
|
|
78
|
+
keyboardConstants_1.BASIC_OPERATIONS.DIVIDE,
|
|
77
79
|
],
|
|
78
80
|
// Row 3
|
|
79
81
|
[
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
82
|
+
keyboardConstants_1.BASIC_OPERATIONS.EQUALS,
|
|
83
|
+
keyboardConstants_1.BASIC_OPERATIONS.LESS_THAN,
|
|
84
|
+
keyboardConstants_1.BASIC_OPERATIONS.GREATER_THAN,
|
|
85
|
+
keyboardConstants_1.COMPARISON_OPERATORS.ELEMENT_OF,
|
|
86
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_OPEN,
|
|
87
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_CLOSE,
|
|
86
88
|
],
|
|
87
89
|
// Row 4
|
|
88
90
|
[
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
],
|
|
96
|
-
[
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
],
|
|
104
|
-
[
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
]
|
|
91
|
+
keyboardConstants_1.COMPARISON_OPERATORS.NOT_EQUAL,
|
|
92
|
+
keyboardConstants_1.COMPARISON_OPERATORS.LESS_EQUAL,
|
|
93
|
+
keyboardConstants_1.COMPARISON_OPERATORS.GREATER_EQUAL,
|
|
94
|
+
keyboardConstants_1.COMPARISON_OPERATORS.NOT_ELEMENT_OF,
|
|
95
|
+
keyboardConstants_1.COMPARISON_OPERATORS.NOT_SUBSET,
|
|
96
|
+
keyboardConstants_1.COMPARISON_OPERATORS.INFINITY,
|
|
97
|
+
],
|
|
98
|
+
[
|
|
99
|
+
keyboardConstants_1.COMPARISON_OPERATORS.IMPLIES,
|
|
100
|
+
keyboardConstants_1.COMPARISON_OPERATORS.NOT_PARALLEL,
|
|
101
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PARALLEL,
|
|
102
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PERPENDICULAR,
|
|
103
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
104
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
105
|
+
],
|
|
106
|
+
[
|
|
107
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
108
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
109
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
110
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
111
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
112
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
113
|
+
],
|
|
112
114
|
];
|
|
113
115
|
exports.trigKeyboard = [
|
|
114
116
|
// Row 1
|
|
115
117
|
[
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
118
|
+
keyboardConstants_1.TRIGONOMETRIC.SIN,
|
|
119
|
+
keyboardConstants_1.TRIGONOMETRIC.COS,
|
|
120
|
+
keyboardConstants_1.TRIGONOMETRIC.TAN,
|
|
121
|
+
keyboardConstants_1.MATH_STRUCTURES.FRACTION_ALT,
|
|
122
|
+
keyboardConstants_1.BASIC_OPERATIONS.PLUS,
|
|
123
|
+
keyboardConstants_1.BASIC_OPERATIONS.MINUS,
|
|
122
124
|
],
|
|
123
125
|
// Row 2
|
|
124
126
|
[
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
127
|
+
keyboardConstants_1.TRIGONOMETRIC.ARCSIN,
|
|
128
|
+
keyboardConstants_1.TRIGONOMETRIC.ARCCOS,
|
|
129
|
+
keyboardConstants_1.TRIGONOMETRIC.ARCTAN,
|
|
130
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.ANGLE,
|
|
131
|
+
keyboardConstants_1.BASIC_OPERATIONS.MULTIPLY,
|
|
132
|
+
keyboardConstants_1.BASIC_OPERATIONS.DIVIDE,
|
|
131
133
|
],
|
|
132
134
|
// Row 3
|
|
133
135
|
[
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
136
|
+
keyboardConstants_1.TRIGONOMETRIC.SEC,
|
|
137
|
+
keyboardConstants_1.TRIGONOMETRIC.CSC,
|
|
138
|
+
keyboardConstants_1.TRIGONOMETRIC.COT,
|
|
139
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
140
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_OPEN,
|
|
141
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_CLOSE,
|
|
140
142
|
],
|
|
141
143
|
[
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
144
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
145
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
146
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
147
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
148
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
149
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
148
150
|
],
|
|
149
151
|
// Row 4
|
|
150
152
|
[
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
],
|
|
158
|
-
[
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
]
|
|
153
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
154
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
155
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
156
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
157
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
158
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
159
|
+
],
|
|
160
|
+
[
|
|
161
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
162
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
163
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
164
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
165
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
166
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
167
|
+
],
|
|
166
168
|
];
|
|
167
169
|
exports.variablesKeyboard = [
|
|
168
170
|
// Row 1
|
|
169
171
|
[
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
172
|
+
keyboardConstants_1.LETTERS_LOWER.x_plain,
|
|
173
|
+
keyboardConstants_1.LETTERS_LOWER.y_plain,
|
|
174
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PI_ALT,
|
|
175
|
+
keyboardConstants_1.MATH_STRUCTURES.FRACTION_ALT,
|
|
176
|
+
keyboardConstants_1.BASIC_OPERATIONS.PLUS,
|
|
177
|
+
keyboardConstants_1.BASIC_OPERATIONS.MINUS,
|
|
176
178
|
],
|
|
177
179
|
// Row 2
|
|
178
180
|
[
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
181
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.THETA,
|
|
182
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.ALPHA,
|
|
183
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.BETA,
|
|
184
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.SIGMA,
|
|
185
|
+
keyboardConstants_1.BASIC_OPERATIONS.MULTIPLY,
|
|
186
|
+
keyboardConstants_1.BASIC_OPERATIONS.DIVIDE,
|
|
185
187
|
],
|
|
186
188
|
// Row 3
|
|
187
189
|
[
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
190
|
+
keyboardConstants_1.LETTERS_LOWER.a_plain,
|
|
191
|
+
keyboardConstants_1.LETTERS_LOWER.b_plain,
|
|
192
|
+
keyboardConstants_1.LETTERS_LOWER.c_plain,
|
|
193
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.SIGMA,
|
|
194
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_OPEN,
|
|
195
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_CLOSE,
|
|
194
196
|
],
|
|
195
197
|
[
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
198
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
199
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
200
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
201
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
202
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
203
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
202
204
|
],
|
|
203
205
|
[
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
206
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
207
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
208
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
209
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
210
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
211
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
210
212
|
],
|
|
211
213
|
[
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
214
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
215
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
216
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
217
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
218
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
219
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
218
220
|
],
|
|
219
221
|
];
|
|
220
222
|
exports.chemBasicKeyboard = [
|
|
221
223
|
// Row 1 - Chemical bonds and operations
|
|
222
224
|
[
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
225
|
+
keyboardConstants_1.CHEMISTRY.SINGLE_BOND,
|
|
226
|
+
keyboardConstants_1.CHEMISTRY.DOUBLE_BOND,
|
|
227
|
+
keyboardConstants_1.CHEMISTRY.TRIPLE_BOND,
|
|
228
|
+
keyboardConstants_1.CHEMISTRY.DOT,
|
|
229
|
+
keyboardConstants_1.BASIC_OPERATIONS.PLUS,
|
|
230
|
+
keyboardConstants_1.CHEMISTRY.HEAT,
|
|
229
231
|
],
|
|
230
232
|
// Row 2 - Subscripts and charges
|
|
231
233
|
[
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
234
|
+
keyboardConstants_1.CHEMISTRY.SUBSCRIPT_1,
|
|
235
|
+
keyboardConstants_1.CHEMISTRY.SUBSCRIPT_2,
|
|
236
|
+
keyboardConstants_1.CHEMISTRY.SUBSCRIPT_3,
|
|
237
|
+
keyboardConstants_1.CHEMISTRY.SUBSCRIPT_4,
|
|
238
|
+
keyboardConstants_1.CHEMISTRY.POSITIVE_CHARGE,
|
|
239
|
+
keyboardConstants_1.CHEMISTRY.NEGATIVE_CHARGE,
|
|
238
240
|
],
|
|
239
241
|
// Row 3 - States and parentheses
|
|
240
242
|
[
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
243
|
+
keyboardConstants_1.CHEMISTRY.SOLID,
|
|
244
|
+
keyboardConstants_1.CHEMISTRY.LIQUID,
|
|
245
|
+
keyboardConstants_1.CHEMISTRY.GAS,
|
|
246
|
+
keyboardConstants_1.CHEMISTRY.AQUEOUS,
|
|
247
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_OPEN,
|
|
248
|
+
keyboardConstants_1.BRACKETS.PARENTHESES_CLOSE,
|
|
247
249
|
],
|
|
248
250
|
// Row 4 - Reaction symbols
|
|
249
251
|
[
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
252
|
+
keyboardConstants_1.CHEMISTRY.REACTION_ARROW,
|
|
253
|
+
keyboardConstants_1.CHEMISTRY.REVERSIBLE_REACTION,
|
|
254
|
+
keyboardConstants_1.CHEMISTRY.EQUILIBRIUM,
|
|
255
|
+
keyboardConstants_1.CHEMISTRY.REACTION_WITH_HEAT,
|
|
256
|
+
keyboardConstants_1.CHEMISTRY.MAPS_TO,
|
|
257
|
+
keyboardConstants_1.MATH_STRUCTURES.SUBSCRIPT_TEMPLATE,
|
|
256
258
|
],
|
|
257
259
|
[
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
260
|
+
keyboardConstants_1.COMPARISON_OPERATORS.THEREFORE,
|
|
261
|
+
keyboardConstants_1.COMPARISON_OPERATORS.BECAUSE,
|
|
262
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.HORIZONTAL_DOTS,
|
|
263
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.DIAGONAL_DOTS,
|
|
264
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.INTEGRAL,
|
|
265
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
264
266
|
],
|
|
265
267
|
[
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
268
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
269
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
270
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
271
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
272
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
273
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
272
274
|
],
|
|
273
275
|
];
|
|
274
276
|
exports.greekKeyboardLower = [
|
|
275
277
|
[
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
278
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.ALPHA,
|
|
279
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.BETA,
|
|
280
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.GAMMA,
|
|
281
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.DELTA,
|
|
282
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.EPSILON,
|
|
283
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.ZETA,
|
|
282
284
|
],
|
|
283
285
|
[
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
286
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.ETA,
|
|
287
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.THETA,
|
|
288
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.IOTA,
|
|
289
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.KAPPA,
|
|
290
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.LAMBDA,
|
|
291
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.MU,
|
|
290
292
|
],
|
|
291
293
|
[
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
294
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.NU,
|
|
295
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.XI,
|
|
296
|
+
keyboardConstants_1.LETTERS_LOWER.o_plain,
|
|
297
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PI,
|
|
298
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.RHO,
|
|
299
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.SIGMA,
|
|
298
300
|
],
|
|
299
301
|
[
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
302
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.TAU,
|
|
303
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.UPSILON,
|
|
304
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PHI,
|
|
305
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.CHI,
|
|
306
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PSI,
|
|
307
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.OMEGA,
|
|
306
308
|
],
|
|
307
309
|
[
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
310
|
+
keyboardConstants_1.CONTROL_KEYS.SHIFT,
|
|
311
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
312
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
313
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
314
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
315
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
314
316
|
],
|
|
315
317
|
[
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
318
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
319
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
320
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
321
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
322
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
323
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
322
324
|
],
|
|
323
325
|
];
|
|
324
326
|
exports.greekKeyboardUpper = [
|
|
325
327
|
[
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
],
|
|
333
|
-
[
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
],
|
|
341
|
-
[
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
],
|
|
349
|
-
[
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
],
|
|
357
|
-
[
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
],
|
|
365
|
-
[
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
]
|
|
328
|
+
keyboardConstants_1.LETTERS_UPPER.A_PLAIN,
|
|
329
|
+
keyboardConstants_1.LETTERS_UPPER.B_PLAIN,
|
|
330
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.GAMMA,
|
|
331
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.DELTA,
|
|
332
|
+
keyboardConstants_1.LETTERS_UPPER.E_PLAIN,
|
|
333
|
+
keyboardConstants_1.LETTERS_UPPER.Z_PLAIN,
|
|
334
|
+
],
|
|
335
|
+
[
|
|
336
|
+
keyboardConstants_1.LETTERS_UPPER.H_PLAIN,
|
|
337
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.THETA,
|
|
338
|
+
keyboardConstants_1.LETTERS_UPPER.I_PLAIN,
|
|
339
|
+
keyboardConstants_1.LETTERS_UPPER.K_PLAIN,
|
|
340
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.LAMBDA,
|
|
341
|
+
keyboardConstants_1.LETTERS_UPPER.M_PLAIN,
|
|
342
|
+
],
|
|
343
|
+
[
|
|
344
|
+
keyboardConstants_1.LETTERS_UPPER.N_PLAIN,
|
|
345
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.XI,
|
|
346
|
+
keyboardConstants_1.LETTERS_UPPER.O_PLAIN,
|
|
347
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.PI,
|
|
348
|
+
keyboardConstants_1.LETTERS_UPPER.P_PLAIN,
|
|
349
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.SIGMA,
|
|
350
|
+
],
|
|
351
|
+
[
|
|
352
|
+
keyboardConstants_1.LETTERS_UPPER.T_PLAIN,
|
|
353
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.UPSILON,
|
|
354
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.PHI,
|
|
355
|
+
keyboardConstants_1.LETTERS_UPPER.X_PLAIN,
|
|
356
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.PSI,
|
|
357
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.OMEGA,
|
|
358
|
+
],
|
|
359
|
+
[
|
|
360
|
+
keyboardConstants_1.CONTROL_KEYS.SHIFT,
|
|
361
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
362
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
363
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
364
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
365
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
366
|
+
],
|
|
367
|
+
[
|
|
368
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
369
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
370
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
371
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
372
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
373
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
374
|
+
],
|
|
373
375
|
];
|
|
374
376
|
exports.abcKeyboard = [
|
|
375
377
|
[
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
],
|
|
383
|
-
[
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
],
|
|
391
|
-
[
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
],
|
|
399
|
-
[
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
],
|
|
407
|
-
[
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
],
|
|
415
|
-
[
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
]
|
|
378
|
+
keyboardConstants_1.LETTERS_UPPER.A,
|
|
379
|
+
keyboardConstants_1.LETTERS_UPPER.B,
|
|
380
|
+
keyboardConstants_1.LETTERS_UPPER.C,
|
|
381
|
+
keyboardConstants_1.LETTERS_UPPER.D,
|
|
382
|
+
keyboardConstants_1.LETTERS_UPPER.E,
|
|
383
|
+
keyboardConstants_1.LETTERS_UPPER.F,
|
|
384
|
+
],
|
|
385
|
+
[
|
|
386
|
+
keyboardConstants_1.LETTERS_UPPER.G,
|
|
387
|
+
keyboardConstants_1.LETTERS_UPPER.H,
|
|
388
|
+
keyboardConstants_1.LETTERS_UPPER.I,
|
|
389
|
+
keyboardConstants_1.LETTERS_UPPER.J,
|
|
390
|
+
keyboardConstants_1.LETTERS_UPPER.K,
|
|
391
|
+
keyboardConstants_1.LETTERS_UPPER.L,
|
|
392
|
+
],
|
|
393
|
+
[
|
|
394
|
+
keyboardConstants_1.LETTERS_UPPER.M,
|
|
395
|
+
keyboardConstants_1.LETTERS_UPPER.N,
|
|
396
|
+
keyboardConstants_1.LETTERS_UPPER.O,
|
|
397
|
+
keyboardConstants_1.LETTERS_UPPER.P,
|
|
398
|
+
keyboardConstants_1.LETTERS_UPPER.Q,
|
|
399
|
+
keyboardConstants_1.LETTERS_UPPER.R,
|
|
400
|
+
],
|
|
401
|
+
[
|
|
402
|
+
keyboardConstants_1.LETTERS_UPPER.S,
|
|
403
|
+
keyboardConstants_1.LETTERS_UPPER.T,
|
|
404
|
+
keyboardConstants_1.LETTERS_UPPER.U,
|
|
405
|
+
keyboardConstants_1.LETTERS_UPPER.V,
|
|
406
|
+
keyboardConstants_1.LETTERS_UPPER.W,
|
|
407
|
+
keyboardConstants_1.LETTERS_UPPER.X,
|
|
408
|
+
],
|
|
409
|
+
[
|
|
410
|
+
keyboardConstants_1.LETTERS_UPPER.Y,
|
|
411
|
+
keyboardConstants_1.LETTERS_UPPER.Z,
|
|
412
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
413
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
414
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.BACKSLASH,
|
|
415
|
+
keyboardConstants_1.CONTROL_KEYS.SHIFT,
|
|
416
|
+
],
|
|
417
|
+
[
|
|
418
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
419
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
420
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
421
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
422
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
423
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
424
|
+
],
|
|
423
425
|
];
|
|
424
426
|
exports.abcKeyboardLower = [
|
|
425
427
|
[
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
],
|
|
433
|
-
[
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
],
|
|
441
|
-
[
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
],
|
|
449
|
-
[
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
],
|
|
457
|
-
[
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
],
|
|
465
|
-
[
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
]
|
|
428
|
+
keyboardConstants_1.LETTERS_LOWER.a,
|
|
429
|
+
keyboardConstants_1.LETTERS_LOWER.b,
|
|
430
|
+
keyboardConstants_1.LETTERS_LOWER.c,
|
|
431
|
+
keyboardConstants_1.LETTERS_LOWER.d,
|
|
432
|
+
keyboardConstants_1.LETTERS_LOWER.e,
|
|
433
|
+
keyboardConstants_1.LETTERS_LOWER.f,
|
|
434
|
+
],
|
|
435
|
+
[
|
|
436
|
+
keyboardConstants_1.LETTERS_LOWER.g,
|
|
437
|
+
keyboardConstants_1.LETTERS_LOWER.h,
|
|
438
|
+
keyboardConstants_1.LETTERS_LOWER.i,
|
|
439
|
+
keyboardConstants_1.LETTERS_LOWER.j,
|
|
440
|
+
keyboardConstants_1.LETTERS_LOWER.k,
|
|
441
|
+
keyboardConstants_1.LETTERS_LOWER.l,
|
|
442
|
+
],
|
|
443
|
+
[
|
|
444
|
+
keyboardConstants_1.LETTERS_LOWER.m,
|
|
445
|
+
keyboardConstants_1.LETTERS_LOWER.n,
|
|
446
|
+
keyboardConstants_1.LETTERS_LOWER.o,
|
|
447
|
+
keyboardConstants_1.LETTERS_LOWER.p,
|
|
448
|
+
keyboardConstants_1.LETTERS_LOWER.q,
|
|
449
|
+
keyboardConstants_1.LETTERS_LOWER.r,
|
|
450
|
+
],
|
|
451
|
+
[
|
|
452
|
+
keyboardConstants_1.LETTERS_LOWER.s,
|
|
453
|
+
keyboardConstants_1.LETTERS_LOWER.t,
|
|
454
|
+
keyboardConstants_1.LETTERS_LOWER.u,
|
|
455
|
+
keyboardConstants_1.LETTERS_LOWER.v,
|
|
456
|
+
keyboardConstants_1.LETTERS_LOWER.w,
|
|
457
|
+
keyboardConstants_1.LETTERS_LOWER.x,
|
|
458
|
+
],
|
|
459
|
+
[
|
|
460
|
+
keyboardConstants_1.LETTERS_LOWER.y,
|
|
461
|
+
keyboardConstants_1.LETTERS_LOWER.z,
|
|
462
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
463
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
464
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.BACKSLASH,
|
|
465
|
+
keyboardConstants_1.CONTROL_KEYS.SHIFT,
|
|
466
|
+
],
|
|
467
|
+
[
|
|
468
|
+
keyboardConstants_1.BRACKETS.OPEN_CURLY,
|
|
469
|
+
keyboardConstants_1.BRACKETS.CLOSE_CURLY,
|
|
470
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
471
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
472
|
+
keyboardConstants_1.CONTROL_KEYS.BACKSPACE,
|
|
473
|
+
keyboardConstants_1.CONTROL_KEYS.ENTER,
|
|
474
|
+
],
|
|
475
|
+
];
|
|
476
|
+
exports.generalKeyboard = [
|
|
477
|
+
// Row 1 - First 7 keys
|
|
478
|
+
[
|
|
479
|
+
keyboardConstants_1.BASIC_OPERATIONS.PLUS,
|
|
480
|
+
keyboardConstants_1.BASIC_OPERATIONS.MINUS,
|
|
481
|
+
keyboardConstants_1.BASIC_OPERATIONS.EQUALS,
|
|
482
|
+
keyboardConstants_1.BASIC_OPERATIONS.MULTIPLY,
|
|
483
|
+
keyboardConstants_1.BASIC_OPERATIONS.MULTIPLY,
|
|
484
|
+
keyboardConstants_1.BASIC_OPERATIONS.DIVIDE,
|
|
485
|
+
keyboardConstants_1.LETTERS_LOWER.x_plain,
|
|
486
|
+
],
|
|
487
|
+
// Row 2 - Second 7 keys
|
|
488
|
+
[
|
|
489
|
+
keyboardConstants_1.LETTERS_LOWER.y_plain,
|
|
490
|
+
keyboardConstants_1.LETTERS_LOWER.z_plain,
|
|
491
|
+
keyboardConstants_1.LETTERS_LOWER.n_plain,
|
|
492
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PLUS_MINUS,
|
|
493
|
+
keyboardConstants_1.COMPARISON_OPERATORS.APPROXIMATELY,
|
|
494
|
+
keyboardConstants_1.BASIC_OPERATIONS.DECIMAL,
|
|
495
|
+
keyboardConstants_1.BASIC_OPERATIONS.COMMA,
|
|
496
|
+
],
|
|
497
|
+
];
|
|
498
|
+
exports.generalKeyboardMobile = [
|
|
499
|
+
// Row 1 - First 7 keys
|
|
500
|
+
[
|
|
501
|
+
keyboardConstants_1.NUMBERS.ONE,
|
|
502
|
+
keyboardConstants_1.NUMBERS.TWO,
|
|
503
|
+
keyboardConstants_1.NUMBERS.THREE,
|
|
504
|
+
keyboardConstants_1.NUMBERS.FOUR,
|
|
505
|
+
keyboardConstants_1.NUMBERS.FIVE,
|
|
506
|
+
keyboardConstants_1.NUMBERS.SIX,
|
|
507
|
+
keyboardConstants_1.NUMBERS.SEVEN,
|
|
508
|
+
],
|
|
509
|
+
[
|
|
510
|
+
keyboardConstants_1.NUMBERS.EIGHT,
|
|
511
|
+
keyboardConstants_1.NUMBERS.NINE,
|
|
512
|
+
keyboardConstants_1.NUMBERS.ZERO,
|
|
513
|
+
keyboardConstants_1.BASIC_OPERATIONS.PLUS,
|
|
514
|
+
keyboardConstants_1.BASIC_OPERATIONS.MINUS,
|
|
515
|
+
keyboardConstants_1.BASIC_OPERATIONS.EQUALS,
|
|
516
|
+
keyboardConstants_1.BASIC_OPERATIONS.MULTIPLY,
|
|
517
|
+
],
|
|
518
|
+
[
|
|
519
|
+
keyboardConstants_1.BASIC_OPERATIONS.MULTIPLY,
|
|
520
|
+
keyboardConstants_1.BASIC_OPERATIONS.DIVIDE,
|
|
521
|
+
keyboardConstants_1.LETTERS_LOWER.x_plain,
|
|
522
|
+
keyboardConstants_1.LETTERS_LOWER.y_plain,
|
|
523
|
+
keyboardConstants_1.LETTERS_LOWER.z_plain,
|
|
524
|
+
keyboardConstants_1.LETTERS_LOWER.n_plain,
|
|
525
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PLUS_MINUS,
|
|
526
|
+
],
|
|
527
|
+
// Row 2 - Second 7 keys
|
|
528
|
+
[
|
|
529
|
+
keyboardConstants_1.COMPARISON_OPERATORS.APPROXIMATELY,
|
|
530
|
+
keyboardConstants_1.BASIC_OPERATIONS.DECIMAL,
|
|
531
|
+
keyboardConstants_1.BASIC_OPERATIONS.COMMA,
|
|
532
|
+
],
|
|
533
|
+
];
|
|
534
|
+
exports.universalKeyboard = [
|
|
535
|
+
// Row 1 - Math structures and templates (items 1-7)
|
|
536
|
+
[
|
|
537
|
+
keyboardConstants_1.MATH_STRUCTURES.FRACTION,
|
|
538
|
+
keyboardConstants_1.MATH_STRUCTURES.SUBSCRIPT,
|
|
539
|
+
keyboardConstants_1.MATH_STRUCTURES.POWER,
|
|
540
|
+
keyboardConstants_1.MATH_STRUCTURES.SQUARE_ROOT,
|
|
541
|
+
keyboardConstants_1.MATH_STRUCTURES.NTH_ROOT,
|
|
542
|
+
keyboardConstants_1.BRACKETS.ROUND_BRACES,
|
|
543
|
+
keyboardConstants_1.BRACKETS.SQUARE_BRACKETS,
|
|
544
|
+
],
|
|
545
|
+
// Row 2 - Brackets and logic operators (items 8-13)
|
|
546
|
+
[
|
|
547
|
+
keyboardConstants_1.MATH_STRUCTURES.ABSOLUTE_VALUE,
|
|
548
|
+
keyboardConstants_1.BRACKETS.CURLY_BRACES,
|
|
549
|
+
keyboardConstants_1.COMPARISON_OPERATORS.THEREFORE,
|
|
550
|
+
keyboardConstants_1.COMPARISON_OPERATORS.BECAUSE,
|
|
551
|
+
keyboardConstants_1.COMPARISON_OPERATORS.IMPLIES,
|
|
552
|
+
keyboardConstants_1.COMPARISON_OPERATORS.IFF,
|
|
553
|
+
keyboardConstants_1.CONTROL_KEYS.EMPTY,
|
|
554
|
+
],
|
|
555
|
+
];
|
|
556
|
+
// Profile Constants Definition - moved to keyboardConstants.ts
|
|
557
|
+
// Re-export for backward compatibility
|
|
558
|
+
var keyboardConstants_2 = require("./keyboardConstants");
|
|
559
|
+
Object.defineProperty(exports, "KEYBOARD_PROFILES", { enumerable: true, get: function () { return keyboardConstants_2.KEYBOARD_PROFILES; } });
|
|
560
|
+
// Dynamic Profile Keyboard Definitions
|
|
561
|
+
exports.numbersSetsKeyboard = [
|
|
562
|
+
// Row 1 - First 7 symbols (1-7)
|
|
563
|
+
[
|
|
564
|
+
keyboardConstants_1.PROFILE_TEMPLATES.MIXED_FRACTION,
|
|
565
|
+
keyboardConstants_1.PROFILE_TEMPLATES.BOTTOM_FRACTION,
|
|
566
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.UNION,
|
|
567
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.INTERSECTION,
|
|
568
|
+
keyboardConstants_1.COMPARISON_OPERATORS.ELEMENT_OF,
|
|
569
|
+
keyboardConstants_1.COMPARISON_OPERATORS.NOT_ELEMENT_OF,
|
|
570
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.SUBSET_EQUAL,
|
|
571
|
+
],
|
|
572
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
573
|
+
[
|
|
574
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.EMPTY_SET,
|
|
575
|
+
keyboardConstants_1.PROFILE_TEMPLATES.SQUARE_BRACKETS_TWO_ELEMENTS,
|
|
576
|
+
keyboardConstants_1.PROFILE_TEMPLATES.ROUND_BRACKETS_TWO_ELEMENTS,
|
|
577
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.REAL_NUMBERS,
|
|
578
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.INTEGERS,
|
|
579
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.NATURAL_NUMBERS,
|
|
580
|
+
keyboardConstants_1.COMPARISON_OPERATORS.FOR_ALL,
|
|
581
|
+
],
|
|
582
|
+
];
|
|
583
|
+
exports.algebraFinanceKeyboard = [
|
|
584
|
+
// Row 1 - First 7 symbols (1-7)
|
|
585
|
+
[
|
|
586
|
+
keyboardConstants_1.LOGARITHMIC.LOG_BASE_ALT,
|
|
587
|
+
keyboardConstants_1.LOGARITHMIC.LN_ALT,
|
|
588
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.SUMMATION,
|
|
589
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.PRODUCT,
|
|
590
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.FUNCTION,
|
|
591
|
+
keyboardConstants_1.MATH_STRUCTURES.MATRIX_SQUARE,
|
|
592
|
+
keyboardConstants_1.BRACKETS.SQUARE_BRACKETS_ALT,
|
|
593
|
+
],
|
|
594
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
595
|
+
[
|
|
596
|
+
keyboardConstants_1.MATH_STRUCTURES.ABSOLUTE_VALUE_ALT,
|
|
597
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.RUPEES,
|
|
598
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.PERCENT,
|
|
599
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.ALPHA,
|
|
600
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.BETA,
|
|
601
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.FACTORIAL,
|
|
602
|
+
keyboardConstants_1.COMPARISON_OPERATORS.INFINITY,
|
|
603
|
+
],
|
|
604
|
+
];
|
|
605
|
+
exports.geometryKeyboard = [
|
|
606
|
+
// Row 1 - First 7 symbols (1-7)
|
|
607
|
+
[
|
|
608
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.ANGLE,
|
|
609
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.TRIANGLE,
|
|
610
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PARALLEL,
|
|
611
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PERPENDICULAR,
|
|
612
|
+
keyboardConstants_1.COMPARISON_OPERATORS.CONGRUENT,
|
|
613
|
+
keyboardConstants_1.COMPARISON_OPERATORS.SIMILAR,
|
|
614
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.SEGMENT,
|
|
615
|
+
],
|
|
616
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
617
|
+
[
|
|
618
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.RAY,
|
|
619
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.LINE,
|
|
620
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.ARC,
|
|
621
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.DEGREE,
|
|
622
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.COORDINATES,
|
|
623
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.SLOPE_FORMULA,
|
|
624
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PI,
|
|
625
|
+
],
|
|
626
|
+
];
|
|
627
|
+
exports.coordinateGeometryKeyboard = [
|
|
628
|
+
// Row 1 - First 7 symbols (1-7)
|
|
629
|
+
[
|
|
630
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.ANGLE,
|
|
631
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.TRIANGLE,
|
|
632
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PARALLEL,
|
|
633
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PERPENDICULAR,
|
|
634
|
+
keyboardConstants_1.COMPARISON_OPERATORS.CONGRUENT,
|
|
635
|
+
keyboardConstants_1.COMPARISON_OPERATORS.SIMILAR,
|
|
636
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.SEGMENT,
|
|
637
|
+
],
|
|
638
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
639
|
+
[
|
|
640
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.RAY,
|
|
641
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.LINE,
|
|
642
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.ARC,
|
|
643
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.DEGREE,
|
|
644
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.COORDINATES,
|
|
645
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.SLOPE_FORMULA,
|
|
646
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PI,
|
|
647
|
+
],
|
|
648
|
+
];
|
|
649
|
+
exports.trigonometryKeyboard = [
|
|
650
|
+
// Row 1 - First 7 symbols (1-7)
|
|
651
|
+
[
|
|
652
|
+
keyboardConstants_1.TRIGONOMETRIC.SIN,
|
|
653
|
+
keyboardConstants_1.TRIGONOMETRIC.COS,
|
|
654
|
+
keyboardConstants_1.TRIGONOMETRIC.TAN,
|
|
655
|
+
keyboardConstants_1.TRIGONOMETRIC.CSC,
|
|
656
|
+
keyboardConstants_1.TRIGONOMETRIC.SEC,
|
|
657
|
+
keyboardConstants_1.TRIGONOMETRIC.COT,
|
|
658
|
+
keyboardConstants_1.TRIGONOMETRIC.ARCSIN,
|
|
659
|
+
],
|
|
660
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
661
|
+
[
|
|
662
|
+
keyboardConstants_1.TRIGONOMETRIC.ARCCOS,
|
|
663
|
+
keyboardConstants_1.TRIGONOMETRIC.ARCTAN,
|
|
664
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PI,
|
|
665
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.THETA,
|
|
666
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.ALPHA,
|
|
667
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.BETA,
|
|
668
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PHI,
|
|
669
|
+
],
|
|
670
|
+
];
|
|
671
|
+
//not everything is there yet
|
|
672
|
+
exports.calculusKeyboard = [
|
|
673
|
+
// Row 1 - First 7 symbols (1-7)
|
|
674
|
+
[
|
|
675
|
+
keyboardConstants_1.CALCULUS.LIMIT,
|
|
676
|
+
keyboardConstants_1.CALCULUS.DERIVATIVE,
|
|
677
|
+
keyboardConstants_1.CALCULUS.INTEGRAL_SIMPLE,
|
|
678
|
+
keyboardConstants_1.CALCULUS.INTEGRAL_DEFINITE,
|
|
679
|
+
keyboardConstants_1.CALCULUS.EVALUATION_BRACKETS,
|
|
680
|
+
keyboardConstants_1.CALCULUS.PARTIAL_DERIVATIVE,
|
|
681
|
+
keyboardConstants_1.COMPARISON_OPERATORS.INFINITY,
|
|
682
|
+
],
|
|
683
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
684
|
+
[
|
|
685
|
+
keyboardConstants_1.CALCULUS.EULER_NUMBER,
|
|
686
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PI,
|
|
687
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.DELTA,
|
|
688
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.DELTA,
|
|
689
|
+
keyboardConstants_1.CALCULUS.NATURAL_LOG_ABS,
|
|
690
|
+
keyboardConstants_1.CALCULUS.EVALUATION_BRACKETS,
|
|
691
|
+
keyboardConstants_1.CALCULUS.LINE_INTEGRAL,
|
|
692
|
+
],
|
|
693
|
+
];
|
|
694
|
+
exports.statsProbabilityKeyboard = [
|
|
695
|
+
// Row 1 - First 7 symbols (1-7)
|
|
696
|
+
[
|
|
697
|
+
keyboardConstants_1.STATISTICS.SAMPLE_MEAN,
|
|
698
|
+
keyboardConstants_1.STATISTICS.PERMUTATION,
|
|
699
|
+
keyboardConstants_1.STATISTICS.COMBINATION,
|
|
700
|
+
keyboardConstants_1.STATISTICS.PROBABILITY_FUNCTION,
|
|
701
|
+
keyboardConstants_1.STATISTICS.BINOMIAL_COEFFICIENT,
|
|
702
|
+
keyboardConstants_1.STATISTICS.STANDARD_DEVIATION,
|
|
703
|
+
keyboardConstants_1.STATISTICS.VARIANCE,
|
|
704
|
+
],
|
|
705
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
706
|
+
[
|
|
707
|
+
keyboardConstants_1.STATISTICS.MEAN,
|
|
708
|
+
keyboardConstants_1.STATISTICS.VARIANCE_FUNCTION,
|
|
709
|
+
keyboardConstants_1.SPECIAL_SYMBOLS.FACTORIAL,
|
|
710
|
+
keyboardConstants_1.STATISTICS.SUMMATION_SIMPLE,
|
|
711
|
+
keyboardConstants_1.STATISTICS.X_SUBSCRIPT_I,
|
|
712
|
+
keyboardConstants_1.STATISTICS.F_SUBSCRIPT_I,
|
|
713
|
+
keyboardConstants_1.STATISTICS.Z_SCORE_FORMULA,
|
|
714
|
+
],
|
|
715
|
+
];
|
|
716
|
+
exports.matricesVectorsKeyboard = [
|
|
717
|
+
// Row 1 - First 7 symbols (1-7)
|
|
718
|
+
[
|
|
719
|
+
keyboardConstants_1.MATRICES_VECTORS.VECTOR_ARROW,
|
|
720
|
+
keyboardConstants_1.MATRICES_VECTORS.VECTOR_HAT,
|
|
721
|
+
keyboardConstants_1.MATRICES_VECTORS.VECTOR_MAGNITUDE,
|
|
722
|
+
keyboardConstants_1.MATRICES_VECTORS.UNIT_VECTOR_I,
|
|
723
|
+
keyboardConstants_1.MATRICES_VECTORS.UNIT_VECTOR_J,
|
|
724
|
+
keyboardConstants_1.MATRICES_VECTORS.UNIT_VECTOR_K,
|
|
725
|
+
keyboardConstants_1.MATRICES_VECTORS.MATRIX_2x2,
|
|
726
|
+
],
|
|
727
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
728
|
+
[
|
|
729
|
+
keyboardConstants_1.MATRICES_VECTORS.MATRIX_3x3,
|
|
730
|
+
keyboardConstants_1.MATRICES_VECTORS.DETERMINANT_2x2,
|
|
731
|
+
keyboardConstants_1.MATRICES_VECTORS.DOT_PRODUCT,
|
|
732
|
+
keyboardConstants_1.MATRICES_VECTORS.CROSS_PRODUCT,
|
|
733
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.LAMBDA,
|
|
734
|
+
keyboardConstants_1.MATRICES_VECTORS.MATRIX_INVERSE,
|
|
735
|
+
keyboardConstants_1.MATRICES_VECTORS.DETERMINANT_FUNCTION,
|
|
736
|
+
],
|
|
737
|
+
];
|
|
738
|
+
exports.complexNumbersKeyboard = [
|
|
739
|
+
// Row 1 - First 7 symbols (1-7)
|
|
740
|
+
[
|
|
741
|
+
keyboardConstants_1.COMPLEX_NUMBERS.IMAGINARY_UNIT,
|
|
742
|
+
keyboardConstants_1.COMPLEX_NUMBERS.COMPLEX_CONJUGATE,
|
|
743
|
+
keyboardConstants_1.COMPLEX_NUMBERS.MODULUS,
|
|
744
|
+
keyboardConstants_1.COMPLEX_NUMBERS.ARGUMENT,
|
|
745
|
+
keyboardConstants_1.COMPLEX_NUMBERS.EULER_FORMULA,
|
|
746
|
+
keyboardConstants_1.COMPLEX_NUMBERS.REAL_PART,
|
|
747
|
+
keyboardConstants_1.COMPLEX_NUMBERS.IMAGINARY_PART,
|
|
748
|
+
],
|
|
749
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
750
|
+
[
|
|
751
|
+
keyboardConstants_1.COMPLEX_NUMBERS.CIS_FUNCTION,
|
|
752
|
+
keyboardConstants_1.COMPLEX_NUMBERS.OMEGA,
|
|
753
|
+
keyboardConstants_1.COMPLEX_NUMBERS.OMEGA_SQUARED,
|
|
754
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.THETA,
|
|
755
|
+
keyboardConstants_1.GREEK_LETTERS_LOWER.PI,
|
|
756
|
+
keyboardConstants_1.COMPARISON_OPERATORS.PLUS_MINUS,
|
|
757
|
+
keyboardConstants_1.MATH_STRUCTURES.SQUARE_ROOT,
|
|
758
|
+
],
|
|
759
|
+
];
|
|
760
|
+
// not everything is there yet
|
|
761
|
+
exports.chemistryKeyboard = [
|
|
762
|
+
// Row 1 - First 7 symbols (1-7)
|
|
763
|
+
[
|
|
764
|
+
keyboardConstants_1.CHEMISTRY.CONCENTRATION,
|
|
765
|
+
keyboardConstants_1.CHEMISTRY.ENTHALPY_CHANGE,
|
|
766
|
+
keyboardConstants_1.CHEMISTRY.PH,
|
|
767
|
+
keyboardConstants_1.CHEMISTRY.EQUILIBRIUM_CONSTANT,
|
|
768
|
+
keyboardConstants_1.CHEMISTRY.AQUEOUS,
|
|
769
|
+
keyboardConstants_1.CHEMISTRY.GAS,
|
|
770
|
+
keyboardConstants_1.CHEMISTRY.SOLID,
|
|
771
|
+
],
|
|
772
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
773
|
+
[keyboardConstants_1.CHEMISTRY.CONCENTRATION],
|
|
774
|
+
];
|
|
775
|
+
exports.physicsKeyboard = [
|
|
776
|
+
// Row 1 - First 7 symbols (1-7)
|
|
777
|
+
[
|
|
778
|
+
keyboardConstants_1.PHYSICS.SCIENTIFIC_NOTATION,
|
|
779
|
+
keyboardConstants_1.MATRICES_VECTORS.VECTOR_ARROW,
|
|
780
|
+
keyboardConstants_1.MATRICES_VECTORS.VECTOR_HAT,
|
|
781
|
+
keyboardConstants_1.PHYSICS.MU,
|
|
782
|
+
keyboardConstants_1.PHYSICS.OMEGA_UPPER,
|
|
783
|
+
keyboardConstants_1.PHYSICS.LAMBDA,
|
|
784
|
+
keyboardConstants_1.PHYSICS.RHO,
|
|
785
|
+
],
|
|
786
|
+
// Row 2 - Next 7 symbols (8-14)
|
|
787
|
+
[
|
|
788
|
+
keyboardConstants_1.PHYSICS.PHI_UPPER,
|
|
789
|
+
keyboardConstants_1.PHYSICS.EPSILON_NAUGHT,
|
|
790
|
+
keyboardConstants_1.PHYSICS.OMEGA_LOWER,
|
|
791
|
+
keyboardConstants_1.GREEK_LETTERS_UPPER.DELTA,
|
|
792
|
+
keyboardConstants_1.PHYSICS.UNIT_SQUARED,
|
|
793
|
+
keyboardConstants_1.PHYSICS.UNIT_CUBED,
|
|
794
|
+
keyboardConstants_1.PHYSICS.PLANCK_REDUCED,
|
|
795
|
+
],
|
|
473
796
|
];
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
}
|
|
797
|
+
// Profile Configuration Mapping
|
|
798
|
+
exports.profileKeyboards = {
|
|
799
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.NUMBERS_SETS]: {
|
|
800
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.NUMBERS_SETS,
|
|
801
|
+
label: "Numbers & Sets",
|
|
802
|
+
keyboard: exports.numbersSetsKeyboard,
|
|
803
|
+
description: "Number Systems & Set Theory",
|
|
804
|
+
priority: 0,
|
|
805
|
+
},
|
|
806
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.ALGEBRA_FINANCE]: {
|
|
807
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.ALGEBRA_FINANCE,
|
|
808
|
+
label: "Algebra & Finance",
|
|
809
|
+
keyboard: exports.algebraFinanceKeyboard,
|
|
810
|
+
description: "Algebra & Finance",
|
|
811
|
+
priority: 0,
|
|
812
|
+
},
|
|
813
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.GEOMETRY]: {
|
|
814
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.GEOMETRY,
|
|
815
|
+
label: "Geometry",
|
|
816
|
+
keyboard: exports.geometryKeyboard,
|
|
817
|
+
description: "Geometry",
|
|
818
|
+
priority: 0,
|
|
819
|
+
},
|
|
820
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.COORDINATE_GEOMETRY]: {
|
|
821
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.COORDINATE_GEOMETRY,
|
|
822
|
+
label: "Coordinate Geometry",
|
|
823
|
+
keyboard: exports.coordinateGeometryKeyboard,
|
|
824
|
+
description: "Coordinate Geometry",
|
|
825
|
+
priority: 0,
|
|
826
|
+
},
|
|
827
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.TRIGONOMETRY]: {
|
|
828
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.TRIGONOMETRY,
|
|
829
|
+
label: "Trigonometry",
|
|
830
|
+
keyboard: exports.trigonometryKeyboard,
|
|
831
|
+
description: "Trigonometry",
|
|
832
|
+
priority: 0,
|
|
833
|
+
},
|
|
834
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.CALCULUS]: {
|
|
835
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.CALCULUS,
|
|
836
|
+
label: "Calculus",
|
|
837
|
+
keyboard: exports.calculusKeyboard,
|
|
838
|
+
description: "Calculus",
|
|
839
|
+
priority: 0,
|
|
840
|
+
},
|
|
841
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.STATS_PROBABILITY]: {
|
|
842
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.STATS_PROBABILITY,
|
|
843
|
+
label: "Stats & Probability",
|
|
844
|
+
keyboard: exports.statsProbabilityKeyboard,
|
|
845
|
+
description: "Statistics & Probability",
|
|
846
|
+
priority: 0,
|
|
847
|
+
},
|
|
848
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.MATRICES_VECTORS]: {
|
|
849
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.MATRICES_VECTORS,
|
|
850
|
+
label: "Matrices & Vectors",
|
|
851
|
+
keyboard: exports.matricesVectorsKeyboard,
|
|
852
|
+
description: "Matrices & Vectors",
|
|
853
|
+
priority: 0,
|
|
854
|
+
},
|
|
855
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.COMPLEX_NUMBERS]: {
|
|
856
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.COMPLEX_NUMBERS,
|
|
857
|
+
label: "Complex Numbers",
|
|
858
|
+
keyboard: exports.complexNumbersKeyboard,
|
|
859
|
+
description: "Complex Numbers",
|
|
860
|
+
priority: 0,
|
|
861
|
+
},
|
|
862
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.CHEMISTRY]: {
|
|
863
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.CHEMISTRY,
|
|
864
|
+
label: "Chemistry",
|
|
865
|
+
keyboard: exports.chemistryKeyboard,
|
|
866
|
+
description: "Chemistry",
|
|
867
|
+
priority: 0,
|
|
868
|
+
},
|
|
869
|
+
[keyboardConstants_1.KEYBOARD_PROFILES.PHYSICS]: {
|
|
870
|
+
id: keyboardConstants_1.KEYBOARD_PROFILES.PHYSICS,
|
|
871
|
+
label: "Physics",
|
|
872
|
+
keyboard: exports.physicsKeyboard,
|
|
873
|
+
description: "Physics",
|
|
874
|
+
priority: 0,
|
|
875
|
+
},
|
|
483
876
|
};
|
|
484
|
-
exports.getKeypadMapping = getKeypadMapping;
|
|
485
877
|
//# sourceMappingURL=keyboard-config.js.map
|