mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-11-19 11:31:13 +00:00
Slight tweak to custom keyboard
This commit is contained in:
parent
5a2529651c
commit
bda8efeb45
@ -5,7 +5,7 @@
|
||||
"_comment" : "hex code for special glyphs",
|
||||
"_AA" : "b5",
|
||||
"_ESC" : "bc",
|
||||
"_UP" : "8b",
|
||||
"_UP" : "8d",
|
||||
"_LT" : "88",
|
||||
"_RT" : "95",
|
||||
"_DN" : "8a",
|
||||
@ -19,5 +19,5 @@
|
||||
[ "Y", "", "", "", "", "", "Z", "G", "", "_ESC"],
|
||||
[ "S", "", "", "", "", "", "C", "", "_UP", "" ],
|
||||
[ "", "", "", "", "", "", "", "_LT", "", "_RT"],
|
||||
[ "A", "", "T", "O", "J", "E", "_SP", "", "_DN", ""]
|
||||
[ "A", "", "T", "O", "F", "E", "_SP", "", "_DN", ""]
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user