This commit is contained in:
Serge
2023-07-13 22:42:36 +02:00
parent 3ffcc53b58
commit 837d2ab38e

View File

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