Skip to content

Commit 56e7b66

Browse files
authored
Fix hidden Z on Hands Down Promethium matrix (#401)
Closes #400. This is based on how the Canary matrix JSON file handles BracketLeft, BracketRight, Backslash, and Minus, Equals.
1 parent e191e23 commit 56e7b66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

packages/keybr-generators/layouts/en_hands_down_promethium.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"Digit8": "8*",
1111
"Digit9": "9(",
1212
"Digit0": "0)",
13-
"Minus": "]}",
14-
"Equal": "[{",
13+
"Minus": "-_",
14+
"Equal": "=+",
1515
"KeyQ": "fF",
1616
"KeyW": "pP",
1717
"KeyE": "dD",
@@ -22,9 +22,9 @@
2222
"KeyI": "oO",
2323
"KeyO": "yY",
2424
"KeyP": "bB",
25-
"BracketLeft": "zZ",
26-
"BracketRight": "",
27-
"Backslash": ";:",
25+
"BracketLeft": "[{",
26+
"BracketRight": "]}",
27+
"Backslash": "zZ",
2828
"KeyA": "sS",
2929
"KeyS": "nN",
3030
"KeyD": "tT",

0 commit comments

Comments
 (0)