mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-28 23:45:02 +01:00
Merge branch 'main' into silent-fan-profile-added-2
This commit is contained in:
commit
9b50a88d90
|
|
@ -6,6 +6,10 @@
|
|||
|
||||
## #{GIT_TAG_NAME}
|
||||
|
||||
- ...
|
||||
|
||||
## 0.6.20
|
||||
|
||||
- PerformanceOverlay/PowerControl: Add support for `AMD Radeon RX 670 Graphics`
|
||||
|
||||
## 0.6.19
|
||||
|
|
|
|||
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Reference in a new issue