We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e191e23 commit 56e7b66Copy full SHA for 56e7b66
packages/keybr-generators/layouts/en_hands_down_promethium.json
@@ -10,8 +10,8 @@
10
"Digit8": "8*",
11
"Digit9": "9(",
12
"Digit0": "0)",
13
- "Minus": "]}",
14
- "Equal": "[{",
+ "Minus": "-_",
+ "Equal": "=+",
15
"KeyQ": "fF",
16
"KeyW": "pP",
17
"KeyE": "dD",
@@ -22,9 +22,9 @@
22
"KeyI": "oO",
23
"KeyO": "yY",
24
"KeyP": "bB",
25
- "BracketLeft": "zZ",
26
- "BracketRight": "",
27
- "Backslash": ";:",
+ "BracketLeft": "[{",
+ "BracketRight": "]}",
+ "Backslash": "zZ",
28
"KeyA": "sS",
29
"KeyS": "nN",
30
"KeyD": "tT",
0 commit comments