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:
|
||||
KeyProcess("m3");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
if (AppConfig.ContainsModel("Z13"))
|
||||
{
|
||||
switch (e.Key)
|
||||
{
|
||||
case Keys.F11:
|
||||
HandleEvent(199);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user