diff --git a/SteamController/Profiles/Default/GuideShortcutsProfile.cs b/SteamController/Profiles/Default/GuideShortcutsProfile.cs index 13a32b2..dabba35 100644 --- a/SteamController/Profiles/Default/GuideShortcutsProfile.cs +++ b/SteamController/Profiles/Default/GuideShortcutsProfile.cs @@ -91,12 +91,14 @@ namespace SteamController.Profiles.Default if (c.Steam.BtnDpadRight.Pressed()) { - c.Keyboard.KeyPress(VirtualKeyCode.RETURN); + //c.Keyboard.KeyPress(VirtualKeyCode.RETURN); // old! + c.Keyboard.KeyPress(VirtualKeyCode.TAB); } if (c.Steam.BtnDpadDown.Pressed()) { - c.Keyboard.KeyPress(VirtualKeyCode.TAB); + //c.Keyboard.KeyPress(VirtualKeyCode.TAB); + c.Keyboard.KeyPress(VirtualKeyCode.LWIN,VirtualKeyCode.VK_D); } if (c.Steam.BtnDpadLeft.Pressed()) diff --git a/docs/shortcuts.md b/docs/shortcuts.md index 44d82e7..1ff5a3b 100644 --- a/docs/shortcuts.md +++ b/docs/shortcuts.md @@ -18,8 +18,8 @@ | STEAM + R1 | Screenshot | Screenshot | Screenshot | | Screenshot | | STEAM + Left Joystick Up | Increase Brightness | Increase Brightness | Increase Brightness | | Increase Brightness | | STEAM + Left Joystick Down | Decrease Brightness | Decrease Brightness | Decrease Brightness | | Decrease Brightness | -| STEAM + DPad Right | RETURN | RETURN | RETURN | | RETURN | -| STEAM + DPad Down | TAB | TAB | TAB | | TAB | +| STEAM + DPad Right | TAB | TAB | TAB | | TAB | +| STEAM + DPad Down | WIN + D (Desktop) | WIN + D (Desktop) | WIN + D (Desktop) | | WIN + D (Desktop) | | STEAM + DPad Left | ESCAPE | ESCAPE | ESCAPE | | ESCAPE | | STEAM + DPad Up | CTRL + ALT + U | CTRL + ALT + U | CTRL + ALT + U | | CTRL + ALT + U | | STEAM + Left Pad | Mouse Scroll | Mouse Scroll | Mouse Scroll | | Mouse Scroll |