|
82 | 82 | {"type": "character", "char": "9", "keyType": "number"} |
83 | 83 | ], |
84 | 84 | [ |
85 | | - {"type": "character", "char": ".", "keyType": "punctuation"}, |
| 85 | + {"type": "character", "char": ",", "keyType": "punctuation"}, |
86 | 86 | {"type": "character", "char": "0", "keyType": "number"}, |
87 | 87 | {"type": "action", "action": "backspace"} |
88 | 88 | ], |
89 | 89 | [ |
90 | 90 | {"type": "action", "action": "mode_switch_letters"}, |
91 | | - {"type": "character", "char": ",", "keyType": "punctuation"}, |
92 | | - {"type": "action", "action": "space"}, |
93 | 91 | {"type": "character", "char": ".", "keyType": "punctuation"}, |
| 92 | + {"type": "action", "action": "space"}, |
| 93 | + {"type": "character", "char": "-", "keyType": "symbol"}, |
94 | 94 | {"type": "action", "action": "dynamic_action"} |
95 | 95 | ] |
96 | 96 | ] |
|
101 | 101 | {"type": "character", "char": "!", "keyType": "symbol"}, |
102 | 102 | {"type": "character", "char": "@", "keyType": "symbol"}, |
103 | 103 | {"type": "character", "char": "#", "keyType": "symbol"}, |
104 | | - {"type": "character", "char": "$", "keyType": "symbol"}, |
| 104 | + {"type": "character", "char": "€", "keyType": "symbol"}, |
105 | 105 | {"type": "character", "char": "%", "keyType": "symbol"}, |
106 | 106 | {"type": "character", "char": "^", "keyType": "symbol"}, |
107 | 107 | {"type": "character", "char": "&", "keyType": "symbol"}, |
|
0 commit comments