diff --git a/app/Input/InputDispatcher.cs b/app/Input/InputDispatcher.cs index b9e407d9..7467d861 100644 --- a/app/Input/InputDispatcher.cs +++ b/app/Input/InputDispatcher.cs @@ -158,6 +158,13 @@ namespace GHelper.Input case Keys.F4: KeyProcess("m3"); return; + } + } + + if (AppConfig.ContainsModel("Z13")) + { + switch (e.Key) + { case Keys.F11: HandleEvent(199); return;