fixed an oops

This commit is contained in:
DavidRGriswold 2023-09-04 21:45:55 -03:00
parent 55bd3ceb3e
commit f3600ff7ad

View file

@ -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())