Improved some alt keyboards

This commit is contained in:
Aaron Culliney 2015-09-13 11:37:27 -07:00
parent 11d4ed4c2f
commit 54e6b7598e
2 changed files with 28 additions and 8 deletions

View File

@ -0,0 +1,20 @@
[
"Alt keyboard optimized for Conan",
{
"_comment" : "hex code for special glyphs",
"_AA" : "b5",
"_LT" : "88",
"_RT" : "95",
"_SP" : "b1"
},
[ "reserved for future use" ],
[ "reserved for future use" ],
[ "_AA", "", "", "", "", "", "", "", "", "" ],
[ "", "", "", "", "", "", "", "", "", "" ],
[ "", "", "", "", "", "", "", "", "", "" ],
[ "Q", "", "", "", "", "", "", "", "A", "" ],
[ "", "", "", "", "", "", "", "_LT", "", "_RT" ],
[ "_SP", "", "", "", "", "", "", "", "Z", "" ]
]

View File

@ -4,20 +4,20 @@
{
"_comment" : "hex code for special glyphs",
"_AA" : "b5",
"_XX" : "9b",
"_ESC" : "bc",
"_UP" : "8b",
"_LT" : "88",
"_RT" : "95",
"_DN" : "8a"
"_DN" : "8a",
"_SP" : "b1"
},
["reserved for future use"],
["reserved for future use"],
["_AA", "", "", "", "", "", "", "", "", "_ESC"],
[ "", "", "", "", "", "", "1", "2", "3", "4"],
[ "", "", "", "", "", "", "5", "6", "7", "8"],
[ "S", "", "", "", "", "", "", "T", "_UP", "G"],
[ "A", "", "", "", "", "", "", "_LT", "_XX", "_RT"],
[ "Z", "", "", "", "", "", "", "C", "_DN", "O"]
["_AA", "", "", "", "", "", "1", "2", "3", "4"],
[ "N", "", "", "", "", "", "5", "6", "7", "8"],
[ "Y", "", "", "", "", "", "Z", "G", "", "_ESC"],
[ "S", "", "", "", "", "", "C", "", "_UP", "" ],
[ "", "", "", "", "", "", "", "_LT", "", "_RT"],
[ "A", "", "T", "O", "", "", "_SP", "", "_DN", ""]
]