File tree Expand file tree Collapse file tree 1 file changed +62
-0
lines changed
Expand file tree Collapse file tree 1 file changed +62
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "keymapShowTopRow": false,
3+ "type": "ansi",
4+ "keys": {
5+ "row1": [
6+ ["`", "~"],
7+ ["1", "!"],
8+ ["2", "@"],
9+ ["3", "#"],
10+ ["4", "$"],
11+ ["5", "%"],
12+ ["6", "^"],
13+ ["7", "&"],
14+ ["8", "*"],
15+ ["9", "("],
16+ ["0", ")"],
17+ ["[", "{"],
18+ ["]", "}"]
19+ ],
20+ "row2": [
21+ [";", ":"],
22+ ["u", "U"],
23+ ["o", "O"],
24+ ["f", "F"],
25+ ["j", "J"],
26+ ["q", "Q"],
27+ ["k", "K"],
28+ ["l", "L"],
29+ ["r", "R"],
30+ ["v", "V"],
31+ ["/", "?"],
32+ ["=", "+"],
33+ ["\\", "|"]
34+ ],
35+ "row3": [
36+ ["e", "E"],
37+ ["i", "I"],
38+ ["a", "A"],
39+ ["c", "C"],
40+ ["y", "Y"],
41+ ["d", "D"],
42+ ["h", "H"],
43+ ["t", "T"],
44+ ["n", "N"],
45+ ["s", "S"],
46+ ["-", "_"]
47+ ],
48+ "row4": [
49+ [",", "<"],
50+ [".", ">"],
51+ ["p", "P"],
52+ ["g", "G"],
53+ ["'", "\""],
54+ ["b", "B"],
55+ ["m", "M"],
56+ ["w", "W"],
57+ ["x", "X"],
58+ ["z", "Z"]
59+ ],
60+ "row5": [[" "]]
61+ }
62+ }
You can’t perform that action at this time.
0 commit comments