diff --git a/app/Input/InputDispatcher.cs b/app/Input/InputDispatcher.cs index 2e05fd05..af8570ef 100644 --- a/app/Input/InputDispatcher.cs +++ b/app/Input/InputDispatcher.cs @@ -748,6 +748,7 @@ static void HandleEvent(int EventID) 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;