Apple II - Add default binding for the Return key, remove default bindings for keys that don't exist (yet)
This commit is contained in:
parent
eb3c6a640e
commit
bc637928b1
|
@ -798,7 +798,7 @@
|
|||
"Tab": "Tab",
|
||||
"Down": "DownArrow",
|
||||
"Up": "UpArrow",
|
||||
"Return": "",
|
||||
"Return": "Return",
|
||||
"Right": "RightArrow",
|
||||
"Escape": "",
|
||||
"Space": "Space",
|
||||
|
@ -852,9 +852,6 @@
|
|||
"Control": "RightControl",
|
||||
"Shift": "RightShift",
|
||||
"Caps Lock": "CapsLock",
|
||||
"White Apple": "LeftAlt",
|
||||
"Black Apple": "RightAlt",
|
||||
"Reset": "",
|
||||
"Previous Disk": "",
|
||||
"Next Disk": ""
|
||||
}
|
||||
|
@ -1047,7 +1044,7 @@
|
|||
"Tab": "",
|
||||
"Down": "",
|
||||
"Up": "",
|
||||
"Return": "",
|
||||
"Return": "Return",
|
||||
"Right": "",
|
||||
"Escape": "",
|
||||
"Space": "",
|
||||
|
@ -1101,9 +1098,6 @@
|
|||
"Control": "",
|
||||
"Shift": "",
|
||||
"Caps Lock": "",
|
||||
"White Apple": "",
|
||||
"Black Apple": "",
|
||||
"Reset": "",
|
||||
"Previous Disk": "",
|
||||
"Next Disk": ""
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue