From e4bcc8f66c1181a2c3c6c3706e630fb54a47a994 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 18 Nov 2023 09:30:03 +0100 Subject: [PATCH] Removed F12 binding completely --- app/Input/InputDispatcher.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/Input/InputDispatcher.cs b/app/Input/InputDispatcher.cs index a2204d59..6b74e25d 100644 --- a/app/Input/InputDispatcher.cs +++ b/app/Input/InputDispatcher.cs @@ -311,9 +311,6 @@ namespace GHelper.Input case Keys.F11: SleepEvent(); break; - case Keys.F12: - KeyboardHook.KeyKeyPress(Keys.LWin, Keys.A); - break; case Keys.VolumeDown: KeyProcess("m1"); break;