Skip to content

Commit

Permalink
feat(layout): add zenith (@ibrab000) (#6127)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrab000 authored Dec 23, 2024
1 parent a678047 commit 955bb50
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions frontend/static/layouts/_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2222,5 +2222,16 @@
"row4": ["bB", "vV", "kK", "gG", "wW", "zZ", "lL", "-_", "/?", ",<"],
"row5": ["rR", " "]
}
},
"zenith": {
"keymapShowTopRow": false,
"type": "ansi",
"keys": {
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
"row2": ["fF", "oO", "uU", "rR", "zZ", "wW", "vV", "jJ", "lL", "dD", "[{", "]}", "\\|"],
"row3": ["yY", "aA", "iI", "nN", "cC", "gG", "sS", "eE", "hH", "tT", "/?"],
"row4": ["'\"", ".>", ",<", "bB", "xX", "mM", "pP", "qQ", "kK", ";:"],
"row5": [" "]
}
}
}

0 comments on commit 955bb50

Please sign in to comment.