This commit is contained in:
62
frontend/static/layouts/prog_workman.json
Normal file
62
frontend/static/layouts/prog_workman.json
Normal file
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"keymapShowTopRow": true,
|
||||
"type": "ansi",
|
||||
"keys": {
|
||||
"row1": [
|
||||
["`", "~"],
|
||||
["!", "1"],
|
||||
["@", "2"],
|
||||
["#", "3"],
|
||||
["$", "4"],
|
||||
["%", "5"],
|
||||
["^", "6"],
|
||||
["&", "7"],
|
||||
["*", "8"],
|
||||
["(", "9"],
|
||||
[")", "0"],
|
||||
["-", "_"],
|
||||
["=", "+"]
|
||||
],
|
||||
"row2": [
|
||||
["q", "Q"],
|
||||
["d", "D"],
|
||||
["r", "R"],
|
||||
["w", "W"],
|
||||
["b", "B"],
|
||||
["j", "J"],
|
||||
["f", "F"],
|
||||
["u", "U"],
|
||||
["p", "P"],
|
||||
[";", ":"],
|
||||
["{", "["],
|
||||
["}", "]"],
|
||||
["\\", "|"]
|
||||
],
|
||||
"row3": [
|
||||
["a", "A"],
|
||||
["s", "S"],
|
||||
["h", "H"],
|
||||
["t", "T"],
|
||||
["g", "G"],
|
||||
["y", "Y"],
|
||||
["n", "N"],
|
||||
["e", "E"],
|
||||
["o", "O"],
|
||||
["i", "I"],
|
||||
["'", "\""]
|
||||
],
|
||||
"row4": [
|
||||
["z", "Z"],
|
||||
["x", "X"],
|
||||
["m", "M"],
|
||||
["c", "C"],
|
||||
["v", "V"],
|
||||
["k", "K"],
|
||||
["l", "L"],
|
||||
[",", "<"],
|
||||
[".", ">"],
|
||||
["/", "?"]
|
||||
],
|
||||
"row5": [[" "]]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user