add gust layout

This commit is contained in:
MasterRon 2025-09-25 10:31:59 +07:00 committed by GitHub
parent de847fc314
commit 8baafa4543
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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