From fa64d7abc7f69d04c91b54845be0b51b00b05237 Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Tue, 26 Mar 2024 08:17:05 -0400 Subject: [PATCH] fix(RemoteStatistics): Changed default hotKey to backQuote - Same as GUIConsole, and for the same reason (F11 is fullscreen in browser) --- Assets/Mirror/Components/RemoteStatistics.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/Mirror/Components/RemoteStatistics.cs b/Assets/Mirror/Components/RemoteStatistics.cs index aa1881563..5b3ede9cd 100644 --- a/Assets/Mirror/Components/RemoteStatistics.cs +++ b/Assets/Mirror/Components/RemoteStatistics.cs @@ -91,7 +91,7 @@ public class RemoteStatistics : NetworkBehaviour [Header("GUI")] public bool showGui; - public KeyCode hotKey = KeyCode.F11; + public KeyCode hotKey = KeyCode.BackQuote; Rect windowRect = new Rect(0, 0, 400, 400); // password can't be stored in code or in Unity project.