From 9f364a331c739706299c25fb595003bb7a42d633 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:44:42 +0200 Subject: [PATCH] Assigned FN+F to toggle modes on Zenbook DUO https://github.com/seerge/g-helper/issues/3281 --- app/Input/InputDispatcher.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Input/InputDispatcher.cs b/app/Input/InputDispatcher.cs index 9edad46a..a4828e3a 100644 --- a/app/Input/InputDispatcher.cs +++ b/app/Input/InputDispatcher.cs @@ -735,6 +735,7 @@ namespace GHelper.Input KeyProcess("fne"); return; case 174: // FN+F5 + case 157: // Zenbook DUO FN+F modeControl.CyclePerformanceMode(Control.ModifierKeys == Keys.Shift); return; case 179: // FN+F4