mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-02-11 01:54:24 +01:00
fixed an oops
This commit is contained in:
parent
55bd3ceb3e
commit
f3600ff7ad
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Reference in a new issue