Skip to content

Commit e8ddd77

Browse files
authored
feat(layout): add xenia_alt and hyperroll (@PTLux1517) (#5662)
1 parent da555e6 commit e8ddd77

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

frontend/static/layouts/_list.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,6 +1529,17 @@
15291529
"row5": [" "]
15301530
}
15311531
},
1532+
"xenia_alt": {
1533+
"keymapShowTopRow": false,
1534+
"type": "ansi",
1535+
"keys": {
1536+
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
1537+
"row2": ["gG", "vV", "dD", "fF", "jJ", "qQ", "rR", "uU", "oO", "'\"", "[{", "]}", "\\|"],
1538+
"row3": ["cC", "sS", "tT", "hH", "yY", "lL", "nN", "eE", "aA", "iI", ";:"],
1539+
"row4": ["wW", "bB", "mM", "pP", "kK", "zZ", "xX", ",<", ".>", "/?"],
1540+
"row5": [" "]
1541+
}
1542+
},
15321543
"burmese": {
15331544
"keymapShowTopRow": true,
15341545
"type": "ansi",
@@ -2002,5 +2013,16 @@
20022013
"row4": ["qQ", "vV", "gG", "dD", "kK", "zZ", "/?", "'\"", ";:", ".<"],
20032014
"row5": [" "]
20042015
}
2016+
},
2017+
"hyperroll": {
2018+
"keymapShowTopRow": false,
2019+
"type": "ansi",
2020+
"keys": {
2021+
"row1": ["`~", "1!", "2@", "3#", "4$", "5%", "6^", "7&", "8*", "9(", "0)", "-_", "=+"],
2022+
"row2": ["pP", "cC", "lL", "mM", "vV", "xX", "uU", "oO", "yY", "fF", "[{", "]}", "\\|"],
2023+
"row3": ["nN", "sS", "rR", "tT", "dD", ".>", "aA", "eE", "iI", "hH", ";:"],
2024+
"row4": ["bB", "gG", "'\"", "wW", "zZ", "/?", ",<", "qQ", "jJ", "kK"],
2025+
"row5": [" "]
2026+
}
20052027
}
20062028
}

0 commit comments

Comments
 (0)