diff --git a/pcsx2/Frontend/InputManager.cpp b/pcsx2/Frontend/InputManager.cpp index 5abd5f4004..5f21990a01 100644 --- a/pcsx2/Frontend/InputManager.cpp +++ b/pcsx2/Frontend/InputManager.cpp @@ -923,7 +923,7 @@ static void GetKeyboardGenericBindingMapping(std::vectoremplace_back(GenericInputBinding::L2, "Keyboard/1"); mapping->emplace_back(GenericInputBinding::L3, "Keyboard/2"); mapping->emplace_back(GenericInputBinding::R1, "Keyboard/E"); - mapping->emplace_back(GenericInputBinding::R2, "Keyboard/2"); + mapping->emplace_back(GenericInputBinding::R2, "Keyboard/3"); mapping->emplace_back(GenericInputBinding::R3, "Keyboard/4"); }