diff --git a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs index b6c56c10f8..080f7676ac 100644 --- a/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs +++ b/src/BizHawk.Emulation.Common/Base Implementations/Bk2MnemonicLookup.cs @@ -702,7 +702,7 @@ namespace BizHawk.Emulation.Common ["Apostrophe"] = '\'', ["Grave"] = '`', ["Comma"] = ',', - ["Period"] = '.', + ["Period"] = 'p', ["Slash"] = '/', ["Space"] = 's', ["Tab"] = 't',