mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Use fixed column order for xyzw morekeys
This commit is contained in:
parent
19eb332fba
commit
3d5a4151c9
@ -20,10 +20,10 @@ attributes:
|
|||||||
labelFlags: { followKeyLabelRatio: false }
|
labelFlags: { followKeyLabelRatio: false }
|
||||||
rows:
|
rows:
|
||||||
- numbers:
|
- numbers:
|
||||||
- {type: base, spec: "x", moreKeys: ["a", "b", "c", "d"], hint: "abcd"}
|
- {type: base, spec: "x", moreKeys: ["!fixedColumnOrder!4", "a", "b", "c", "d"], hint: "abcd"}
|
||||||
- {type: base, spec: "y", moreKeys: ["i", "j", "k", "l"], hint: "ijkl"}
|
- {type: base, spec: "y", moreKeys: ["!fixedColumnOrder!4", "i", "j", "k", "l"], hint: "ijkl"}
|
||||||
- {type: base, spec: "z", moreKeys: ["α", "β", "γ", "θ"], hint: "αβγθ"}
|
- {type: base, spec: "z", moreKeys: ["!fixedColumnOrder!4", "α", "β", "γ", "θ"], hint: "αβγθ"}
|
||||||
- {type: base, spec: "w", moreKeys: ["u", "v", "θ", "ϕ"], hint: "uv"}
|
- {type: base, spec: "w", moreKeys: ["!fixedColumnOrder!4", "u", "v", "θ", "ϕ"], hint: "uv"}
|
||||||
attributes:
|
attributes:
|
||||||
width: Grow
|
width: Grow
|
||||||
style: NoBackground
|
style: NoBackground
|
||||||
|
Loading…
Reference in New Issue
Block a user