From 7bb0a9ef72685afc9a56471530d9cdf3eb2d026e Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 28 May 2015 00:20:50 +0000 Subject: [PATCH] apple II - fix up default controls --- output/defctrl.json | 107 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 94 insertions(+), 13 deletions(-) diff --git a/output/defctrl.json b/output/defctrl.json index 4e51a09090..40d07bfafb 100644 --- a/output/defctrl.json +++ b/output/defctrl.json @@ -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": {} } } \ No newline at end of file