Removed F12 binding completely

This commit is contained in:
Serge
2023-11-18 09:30:03 +01:00
parent 0f11ffe8f0
commit e4bcc8f66c

View File

@@ -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;