Add some new keyboard variants for the given RPGs

This commit is contained in:
Aaron Culliney 2019-03-10 12:18:27 -07:00
parent 9b110224a0
commit 3ca0d9b618
3 changed files with 70 additions and 0 deletions

View File

@ -0,0 +1,24 @@
[
"Alt keyboard optimized for 2400AD",
{
"_comment" : "hex code for special glyphs",
"_AA" : "b5",
"_ESC" : "bc",
"_SP" : "b1",
"_RET" : "8d",
"_LT" : "88",
"_RT" : "95",
"_UP" : "8b",
"_DN" : "8a"
},
[ "", "1", "2", "3", "4", "5", "6", "7", "8", "" ],
[ "_AA", "", "", "", "", "", "", "", "", "Y" ],
[ "S", "", "", "", "", "", "", "", "", "N" ],
[ "R", "", "", "", "", "", "", "", "", "U" ],
[ "W" , "", "", "", "", "", "", "", "", "D" ],
[ "", "_RET", "", "", "", "", "", "", "", "F" ],
[ "_LT", "_SP", "_RT", "", "", "", "", "", "", "L" ],
[ "", "_DN", "", "G", "B", "O", "C", "T", "P","A" ]
]

View File

@ -0,0 +1,24 @@
[
"Alt keyboard optimized for Deathlord",
{
"_comment" : "hex code for special glyphs",
"_AA" : "b5",
"_ESC" : "bc",
"_RET" : "8d",
"_UP" : "8b",
"_LT" : "88",
"_RT" : "95",
"_DN" : "8a",
"_SP" : "b1"
},
[ "", "", "", "1", "2", "3", "4" , "5" , "6", "" ],
[ "Z", "", "", "", "", "&", "'", "(", ")", "$" ],
["_AA", "", "", "", "", "", "P", "", "^", "#"],
[ "N", "", "", "", "", "", "T", "", "U", "Y"],
[ "?", "", "", "", "", "", "_ESC", "", "_SP", "" ],
[ "?", "", "", "", "", "", "", "I", "", "_UP" ],
[ "C", "", "S", "R", "G", "V", "J", "", "K", "_RET"],
[ "A", "", "O", "E", "F", "B", "", "M", "", "_DN" ]
]

View File

@ -0,0 +1,22 @@
[
"Alt keyboard optimized for Windwalker",
{
"_comment" : "hex code for special glyphs",
"_AA" : "b5",
"_ESC" : "bc",
"_SP" : "b1",
"_RET" : "8d",
"_UP" : "8b",
"_DN" : "8a"
},
[ "", "", "", "", "", "", "", "", "", "" ],
[ "", "", "", "", "", "", "", "", "", "" ],
[ "_AA", "", "", "", "", "", "", "", "", "" ],
[ "_ESC", "", "", "", "", "", "", "", "", "_RET" ],
[ "_UP", "", "", "", "", "", "", "", "", "" ],
[ "_DN", "", "", "", "", "", "", "I", "O", "P"],
[ "Y", "", "A", "S", "", "", "", "K", "L", ";"],
[ "N", "", "Z", "X", "", "", "", ",", ".", "/"]
]