FN + Nm-Enter binding

This commit is contained in:
Serge
2023-07-25 18:03:54 +02:00
parent 0ed7166059
commit e909676c2d
4 changed files with 240 additions and 200 deletions

View File

@@ -129,7 +129,9 @@ namespace GHelper
labelM1.Text = "FN+F2";
labelM2.Text = "FN+F3";
labelM3.Text = "FN+F4";
labelM4.Visible = comboM4.Visible = textM4.Visible = false;
labelM4.Text = "FN+NmEnter";
//labelM4.Visible = comboM4.Visible = textM4.Visible = false;
labelFNF4.Visible = comboFNF4.Visible = textFNF4.Visible = false;
}

View File

@@ -15,7 +15,7 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<ProduceReferenceAssembly>False</ProduceReferenceAssembly>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<AssemblyVersion>0.101</AssemblyVersion>
<AssemblyVersion>0.102</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">

View File

@@ -152,7 +152,8 @@ namespace GHelper.Input
{
return AppConfig.ContainsModel("Z13") ||
AppConfig.ContainsModel("FA506") ||
AppConfig.ContainsModel("FX506");
AppConfig.ContainsModel("FX506") ||
AppConfig.ContainsModel("FX505");
}
public void KeyPressed(object sender, KeyPressedEventArgs e)
@@ -413,6 +414,7 @@ namespace GHelper.Input
KeyProcess("m3");
return;
case 56: // M4 / Rog button
case 181: // FN + Numpad Enter
KeyProcess("m4");
return;
case 174: // FN+F5

430
app/Settings.Designer.cs generated

File diff suppressed because it is too large Load Diff