mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-28 12:33:04 +00:00
24 lines
735 B
JSON
24 lines
735 B
JSON
[
|
|
"Alt keyboard optimized for Ultima(tm) 4",
|
|
|
|
{
|
|
"_comment" : "hex code for special glyphs",
|
|
"_AA" : "b5",
|
|
"_ESC" : "bc",
|
|
"_UP" : "8b",
|
|
"_LT" : "88",
|
|
"_RT" : "95",
|
|
"_DN" : "8a",
|
|
"_SP" : "b1"
|
|
},
|
|
|
|
["reserved for future use"],
|
|
["reserved for future use"],
|
|
["_AA", "", "", "", "", "", "1", "2", "3", "4"],
|
|
[ "N", "", "", "", "", "", "5", "6", "7", "8"],
|
|
[ "Y", "", "", "", "", "", "Z", "G", "", "_ESC"],
|
|
[ "S", "", "", "", "", "", "C", "", "_UP", "" ],
|
|
[ "", "", "", "", "", "", "", "_LT", "", "_RT"],
|
|
[ "A", "", "T", "O", "", "", "_SP", "", "_DN", ""]
|
|
]
|