FN-V binding

This commit is contained in:
Serge
2024-03-11 17:30:15 +01:00
parent 22a84a647c
commit 94c20050f6
4 changed files with 270 additions and 201 deletions

View File

@@ -485,6 +485,9 @@ namespace GHelper.Input
case "aura":
Program.settingsForm.BeginInvoke(Program.settingsForm.CycleAuraMode);
break;
case "visual":
Program.settingsForm.BeginInvoke(Program.settingsForm.CycleVisualMode);
break;
case "performance":
modeControl.CyclePerformanceMode(Control.ModifierKeys == Keys.Shift);
break;
@@ -660,6 +663,9 @@ namespace GHelper.Input
case 178: // FN+F4
KeyProcess("fnf4");
return;
case 138: // Fn + V
KeyProcess("fnv");
return;
case 158: // Fn + C
KeyProcess("fnc");
return;