mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 13:57:39 +00:00
Swap STEAM+Menu and STEAM+Options
This commit is contained in:
parent
45ab31ddcf
commit
4d138a9bc0
3 changed files with 5 additions and 4 deletions
|
|
@ -56,13 +56,13 @@ namespace SteamController.Profiles
|
|||
|
||||
protected virtual bool AdditionalShortcuts(Context c)
|
||||
{
|
||||
if (c.Steam.BtnMenu.Pressed())
|
||||
if (c.Steam.BtnOptions.Pressed())
|
||||
{
|
||||
c.Keyboard.KeyPress(VirtualKeyCode.LWIN, VirtualKeyCode.TAB);
|
||||
return true;
|
||||
}
|
||||
|
||||
if (c.Steam.BtnOptions.Pressed())
|
||||
if (c.Steam.BtnMenu.Pressed())
|
||||
{
|
||||
c.Keyboard.KeyPress(VirtualKeyCode.F11);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue