Update number (letter) row in number.yaml

This commit is contained in:
Aleksandras Kostarevas 2024-08-25 09:11:24 +03:00
parent 8bfaf44288
commit e40ed52e5e

View File

@ -20,10 +20,10 @@ attributes:
labelFlags: { followKeyLabelRatio: false } labelFlags: { followKeyLabelRatio: false }
rows: rows:
- numbers: - numbers:
- ["x", "a", "i", "α", "u"] - {type: base, spec: "x", moreKeys: ["a", "b", "c", "d"], hint: "abcd"}
- ["y", "b", "j", "β", "v"] - {type: base, spec: "y", moreKeys: ["i", "j", "k", "l"], hint: "ijkl"}
- ["z", "c", "k", "γ", "θ"] - {type: base, spec: "z", moreKeys: ["α", "β", "γ", "θ"], hint: "αβγθ"}
- ["w", "d", "l", "δ", "ϕ"] - {type: base, spec: "w", moreKeys: ["u", "v", "θ", "ϕ"], hint: "uv"}
attributes: attributes:
width: Grow width: Grow
style: NoBackground style: NoBackground