futokb/java/assets/layouts/Default/pcqwerty.yaml
2024-09-18 18:47:04 +03:00

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