From ba78f9e0b444450c5d7f443ea8af00fb7a803543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20Trzci=C5=84ski?= Date: Tue, 5 Sep 2023 10:04:14 +0200 Subject: [PATCH] Update formatting --- SteamController/Profiles/Default/GuideShortcutsProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SteamController/Profiles/Default/GuideShortcutsProfile.cs b/SteamController/Profiles/Default/GuideShortcutsProfile.cs index a804773..a344183 100644 --- a/SteamController/Profiles/Default/GuideShortcutsProfile.cs +++ b/SteamController/Profiles/Default/GuideShortcutsProfile.cs @@ -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)