c64 virtualpad - fix a few keyboard buttons that were not mapped to a key
This commit is contained in:
parent
34da24933a
commit
a1c6092de1
|
@ -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"),
|
||||
|
|
Loading…
Reference in New Issue