mirror of
https://github.com/mauiaaron/apple2.git
synced 2026-04-21 02:16:44 +00:00
U5 soft touch keyboard
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
[
|
||||
"Alt keyboard optimized for Ultima(tm) 5",
|
||||
|
||||
{
|
||||
"_comment" : "hex code for special glyphs",
|
||||
"_AA" : "b5",
|
||||
"_ESC" : "bc",
|
||||
"_UP" : "8d",
|
||||
"_LT" : "88",
|
||||
"_RT" : "95",
|
||||
"_DN" : "8a",
|
||||
"_SP" : "b1"
|
||||
},
|
||||
|
||||
[ "Q", "", "", "", "", "", "", "", "", "" ],
|
||||
[ "P", "", "", "", "", "", "", "", "", "" ],
|
||||
["_AA", "", "", "", "", "", "", "", "K", "X"],
|
||||
[ "N", "", "", "", "", "", "L", "B", "_SP", "V"],
|
||||
[ "Y", "", "", "", "", "", "Z", "G", "", "_ESC"],
|
||||
[ "S", "", "", "", "", "", "C", "", "_UP", "" ],
|
||||
[ "", "", "", "", "", "", "", "_LT", "", "_RT"],
|
||||
[ "A", "", "T", "O", "J", "F", "E", "", "_DN", ""]
|
||||
]
|
||||
Reference in New Issue
Block a user