mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-16 04:50:26 +02: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