mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
FN-V binding
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user