mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-03-16 01:34:45 +01:00
Update formatting
This commit is contained in:
parent
f3600ff7ad
commit
ba78f9e0b4
|
|
@ -106,7 +106,7 @@ namespace SteamController.Profiles.Default
|
|||
|
||||
if (c.Steam.BtnRightStickPress.Pressed())
|
||||
{
|
||||
c.Keyboard.KeyPress(VirtualKeyCode.LWIN,VirtualKeyCode.VK_D);
|
||||
c.Keyboard.KeyPress(VirtualKeyCode.LWIN, VirtualKeyCode.VK_D);
|
||||
}
|
||||
|
||||
// Additional binding for tool hotkeys (Lossless Fullscreen is nice)
|
||||
|
|
|
|||
Loading…
Reference in a new issue