mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-05 06:15:26 +00:00
SteamController: Hold-press Guide button for 100ms in X360 mode
This commit is contained in:
parent
40e2f62e1f
commit
4c870c1b98
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ namespace SteamController.Profiles.Predefined
|
|||
context.X360.Connected = true;
|
||||
|
||||
// Controls
|
||||
context.X360.Overwrite(Xbox360Button.Guide, context.Steam.BtnSteam.Pressed(), 30);
|
||||
context.X360.Overwrite(Xbox360Button.Guide, context.Steam.BtnSteam.Pressed(), 100);
|
||||
context.X360[Xbox360Button.Back] = context.Steam.BtnMenu;
|
||||
context.X360[Xbox360Button.Start] = context.Steam.BtnOptions;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue