Skip to content

Commit c2ba2d7

Browse files
committed
mnemonics: comma means no input
TODO: unit test
1 parent 508aaa4 commit c2ba2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ public static string LookupAxis(string button, string systemId)
702702
["Apostrophe"] = '\'',
703703
["Grave"] = '`',
704704
["Comma"] = ',',
705-
["Period"] = '.',
705+
["Period"] = 'p',
706706
["Slash"] = '/',
707707
["Space"] = 's',
708708
["Tab"] = 't',

0 commit comments

Comments
 (0)