c64 virtualpad - fix a few keyboard buttons that were not mapped to a key

This commit is contained in:
adelikat 2020-07-23 16:32:51 -05:00
parent 34da24933a
commit a1c6092de1
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ namespace BizHawk.Client.EmuHawk
Key(286, 18, "Plus", "+"),
Key(310, 18, "Minus", "-"),
Key(330, 18, "Pound", "£"),
Key(354, 18, "Key Clear/Home", "C/H"),
Key(392, 18, "Key Insert/Delete", "I/D"),
Key(354, 18, "Clear/Home", "C/H"),
Key(392, 18, "Insert/Delete", "I/D"),
Key(450, 18, "F1", "F 1"),
Key(450, 42, "F3", "F 3"),
Key(450, 66, "F5", "F 5"),