mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
58 lines
1.6 KiB
YAML
58 lines
1.6 KiB
YAML
name: "PC QWERTY"
|
|
rows:
|
|
- numbers:
|
|
- {type: case, normal: ["`", "~"], shifted: "~"}
|
|
- {type: case, normal: ["1", "!"], shifted: "!"}
|
|
- {type: case, normal: ["2", "@"], shifted: "@"}
|
|
- {type: case, normal: ["3", "#"], shifted: "#"}
|
|
- {type: case, normal: ["4", "$"], shifted: "$"}
|
|
- {type: case, normal: ["5", "%"], shifted: "%"}
|
|
- {type: case, normal: ["6", "^"], shifted: "^"}
|
|
- {type: case, normal: ["7", "&"], shifted: "&"}
|
|
- {type: case, normal: ["8", "*"], shifted: "*"}
|
|
- {type: case, normal: ["9", "("], shifted: "("}
|
|
- {type: case, normal: ["0", ")"], shifted: ")"}
|
|
- {type: case, normal: ["-", "_"], shifted: "_"}
|
|
- {type: case, normal: ["=", "+"], shifted: "+"}
|
|
- letters:
|
|
- q
|
|
- w
|
|
- e
|
|
- r
|
|
- t
|
|
- y
|
|
- u
|
|
- i
|
|
- o
|
|
- p
|
|
- {type: case, normal: ["[", "{"], shifted: "{"}
|
|
- {type: case, normal: ["]", "}"], shifted: "}"}
|
|
- {type: case, normal: ["\\\\", "|"], shifted: "\\|"}
|
|
- letters:
|
|
- a
|
|
- s
|
|
- d
|
|
- f
|
|
- g
|
|
- h
|
|
- j
|
|
- k
|
|
- l
|
|
- {type: case, normal: [";", ":"], shifted: ":"}
|
|
- {type: case, normal: ["'", "\""], shifted: "\""}
|
|
- $delete
|
|
- letters:
|
|
- $shift
|
|
- z
|
|
- x
|
|
- c
|
|
- v
|
|
- b
|
|
- n
|
|
- m
|
|
- {type: case, normal: [",", "<"], shifted: "<"}
|
|
- {type: case, normal: [".", ">"], shifted: ">"}
|
|
- {type: case, normal: ["/", "?"], shifted: "?"}
|
|
- $shift
|
|
- bottom: ["$symbols", "$space", "$enter"]
|
|
numberRowMode: AlwaysEnabled |