mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
F11 fix
This commit is contained in:
@@ -158,6 +158,13 @@ namespace GHelper.Input
|
|||||||
case Keys.F4:
|
case Keys.F4:
|
||||||
KeyProcess("m3");
|
KeyProcess("m3");
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if (AppConfig.ContainsModel("Z13"))
|
||||||
|
{
|
||||||
|
switch (e.Key)
|
||||||
|
{
|
||||||
case Keys.F11:
|
case Keys.F11:
|
||||||
HandleEvent(199);
|
HandleEvent(199);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user