From 97d0e1038e2a321581eb8edcd49eaf2c56cbc3b8 Mon Sep 17 00:00:00 2001 From: David Griswold Date: Tue, 5 Sep 2023 05:05:14 -0300 Subject: [PATCH] SteamController: Added Win+D shortcut under Steam+RightStickPress MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kamil TrzciƄski --- SteamController/Profiles/Default/GuideShortcutsProfile.cs | 5 +++++ docs/shortcuts.md | 1 + 2 files changed, 6 insertions(+) diff --git a/SteamController/Profiles/Default/GuideShortcutsProfile.cs b/SteamController/Profiles/Default/GuideShortcutsProfile.cs index 13a32b2..a344183 100644 --- a/SteamController/Profiles/Default/GuideShortcutsProfile.cs +++ b/SteamController/Profiles/Default/GuideShortcutsProfile.cs @@ -104,6 +104,11 @@ namespace SteamController.Profiles.Default c.Keyboard.KeyPress(VirtualKeyCode.ESCAPE); } + if (c.Steam.BtnRightStickPress.Pressed()) + { + c.Keyboard.KeyPress(VirtualKeyCode.LWIN, VirtualKeyCode.VK_D); + } + // Additional binding for tool hotkeys (Lossless Fullscreen is nice) if (c.Steam.BtnDpadUp.Pressed()) { diff --git a/docs/shortcuts.md b/docs/shortcuts.md index 44d82e7..1841987 100644 --- a/docs/shortcuts.md +++ b/docs/shortcuts.md @@ -10,6 +10,7 @@ | STEAM + 3 dots | CTRL + SHIFT + ESCAPE | CTRL + SHIFT + ESCAPE | CTRL + SHIFT + ESCAPE | CTRL + SHIFT + ESCAPE | CTRL + SHIFT + ESCAPE | | STEAM + Options | WIN + TAB | WIN + TAB | WIN + TAB | WIN + TAB | WIN + TAB | | STEAM + Menu | F11 | F11 | F11 | F11 | F11 | +| STEAM + Right Stick Press | WIN + D (Desktop) | WIN + D (Desktop) | WIN + D (Desktop) | | WIN + D (Desktop) | | STEAM + A | RETURN | RETURN | RETURN | | RETURN | | STEAM + B (hold for 1s) | ALT + F4 | ALT + F4 | ALT + F4 | | ALT + F4 | | STEAM + B (hold for 3s) | Kill active process | Kill active process | Kill active process | | Kill active process |