From f3600ff7adac0f058620408cffefe58bb2711e0c Mon Sep 17 00:00:00 2001 From: DavidRGriswold Date: Mon, 4 Sep 2023 21:45:55 -0300 Subject: [PATCH] fixed an oops --- SteamController/Profiles/Default/GuideShortcutsProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamController/Profiles/Default/GuideShortcutsProfile.cs b/SteamController/Profiles/Default/GuideShortcutsProfile.cs index a28e7ff..a804773 100644 --- a/SteamController/Profiles/Default/GuideShortcutsProfile.cs +++ b/SteamController/Profiles/Default/GuideShortcutsProfile.cs @@ -91,7 +91,7 @@ namespace SteamController.Profiles.Default if (c.Steam.BtnDpadRight.Pressed()) { - c.Keyboard.KeyPress(VirtualKeyCode.TAB); + c.Keyboard.KeyPress(VirtualKeyCode.RETURN); } if (c.Steam.BtnDpadDown.Pressed())