mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 06:43:49 +00:00
Merge 671407578a into deee7fa887
This commit is contained in:
commit
ca89467e37
3 changed files with 23 additions and 2 deletions
|
|
@ -109,10 +109,17 @@ namespace SteamController.Profiles.Default
|
|||
c.Keyboard.KeyPress(VirtualKeyCode.LWIN, VirtualKeyCode.VK_D);
|
||||
}
|
||||
|
||||
// This is "[" + "]" on a US keyboard, the default shortcut for the Game Pauser program on steam
|
||||
if (c.Steam.BtnLeftStickPress.Pressed())
|
||||
{
|
||||
c.Keyboard.KeyPress(new VirtualKeyCode[]{VirtualKeyCode.OEM_4,VirtualKeyCode.OEM_6});
|
||||
}
|
||||
|
||||
// Additional binding for tool hotkeys (Lossless Fullscreen is nice)
|
||||
if (c.Steam.BtnDpadUp.Pressed())
|
||||
{
|
||||
c.Keyboard.KeyPress(new VirtualKeyCode[] { VirtualKeyCode.LCONTROL, VirtualKeyCode.LMENU }, VirtualKeyCode.VK_U);
|
||||
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue