SteamController: Added Win+D shortcut under Steam+RightStickPress

Co-authored-by: Kamil Trzciński <ayufan@ayufan.eu>
This commit is contained in:
David Griswold 2023-09-05 05:05:14 -03:00 committed by GitHub
parent 160c4762f0
commit 97d0e1038e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View file

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

View file

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