apple II - fix up default controls

This commit is contained in:
adelikat 2015-05-28 00:20:50 +00:00
parent 26769ba476
commit 7bb0a9ef72
1 changed files with 94 additions and 13 deletions

View File

@ -660,19 +660,22 @@
"Pause": "Return",
"Power": ""
},
"Apple II Keyboard": {
"Up": "UpArrow",
"Down": "DownArrow",
"Apple IIe Keyboard": {
"Delete": "Delete",
"Left": "LeftArrow",
"Right": "RightArrow",
"Tab": "Tab",
"Enter": "Return",
"Down": "DownArrow",
"Up": "UpArrow",
"Return": "",
"Right": "RightArrow",
"Escape": "",
"Back": "Backspace",
"Space": "Space",
"Ctrl": "RightControl",
"Shift": "RightShift",
"Caps": "CapsLock",
"'": "Apostrophe",
",": "Comma",
"-": "Minus",
".": "Period",
"/": "Slash",
"0": "NumberPad0",
"1": "NumberPad1",
"2": "NumberPad2",
"3": "NumberPad3",
@ -682,7 +685,12 @@
"7": "NumberPad7",
"8": "NumberPad8",
"9": "NumberPad9",
"0": "NumberPad0",
";": "Semicolon",
"=": "Equals",
"[": "LeftBracket",
"\\": "Backslash",
"]": "RightBracket",
"`": "Grave",
"A": "A",
"B": "B",
"C": "C",
@ -709,8 +717,14 @@
"X": "X",
"Y": "Y",
"Z": "Z",
"Next Disk": "",
"Previous Disk": ""
"Control": "RightControl",
"Shift": "RightShift",
"Caps Lock": "CapsLock",
"White Apple": "LeftAlt",
"Black Apple": "RightAlt",
"Reset": "",
"Previous Disk": "",
"Next Disk": ""
}
},
"AllTrollersAutoFire": {
@ -894,6 +908,72 @@
"Option 2": "",
"Pause": "",
"Power": ""
},
"Apple IIe Keyboard": {
"Delete": "",
"Left": "",
"Tab": "",
"Down": "",
"Up": "",
"Return": "",
"Right": "",
"Escape": "",
"Space": "",
"'": "",
",": "",
"-": "",
".": "",
"/": "",
"0": "",
"1": "",
"2": "",
"3": "",
"4": "",
"5": "",
"6": "",
"7": "",
"8": "",
"9": "",
";": "",
"=": "",
"[": "",
"\\": "",
"]": "",
"`": "",
"A": "",
"B": "",
"C": "",
"D": "",
"E": "",
"F": "",
"G": "",
"H": "",
"I": "",
"J": "",
"K": "",
"L": "",
"M": "",
"N": "",
"O": "",
"P": "",
"Q": "",
"R": "",
"S": "",
"T": "",
"U": "",
"V": "",
"W": "",
"X": "",
"Y": "",
"Z": "",
"Control": "",
"Shift": "",
"Caps Lock": "",
"White Apple": "",
"Black Apple": "",
"Reset": "",
"Previous Disk": "",
"Next Disk": ""
}
},
"AllTrollersAnalog": {
@ -1035,6 +1115,7 @@
"Mult": 1.0,
"Deadzone": 0.1
}
}
},
"Apple IIe Keyboard": {}
}
}