1
0
mirror of https://github.com/mauiaaron/apple2.git synced 2025-01-24 04:34:56 +00:00

26 lines
790 B
JSON
Raw Normal View History

[
"Default Alternate Touch Keyboard",
{
"_comment" : "hex code for special glyphs",
"_AA" : "b5",
"_CTRL": "b3",
"_ESC" : "bc",
"_OA" : "81",
"_CA" : "80",
"_UP" : "8b",
"_LT" : "88",
"_RT" : "95",
"_DN" : "8a"
},
["reserved for future use"],
["reserved for future use"],
["_AA", "", "_CTRL", "", "_ESC", "", "_OA", "", "_CA", ""],
[ "", "", "", "", "", "", "", "", "", ""],
[ "", "", "", "", "", "_UP", "", "", "", ""],
2015-12-16 22:14:29 -08:00
[ "", "", "", "", "_LT", "_AA", "_RT", "", "", ""],
[ "", "", "", "", "", "_DN", "", "", "", ""],
[ "", "", "", "", "", "", "", "", "", ""]
]