This commit is contained in:
Serge
2024-10-29 18:36:48 +01:00
parent 501d0a1666
commit b9be9a9c97

View File

@@ -748,6 +748,7 @@ namespace GHelper.Input
KeyProcess("fne");
return;
case 174: // FN+F5
case 153: // FN+F5 OLD MODELS
case 157: // Zenbook DUO FN+F
modeControl.CyclePerformanceMode(Control.ModifierKeys == Keys.Shift);
return;