Skip to content

Commit

Permalink
Assigned FN+F to toggle modes on Zenbook DUO #3281
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 22, 2024
1 parent 08af10a commit 9f364a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Input/InputDispatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ static void HandleEvent(int EventID)
KeyProcess("fne");
return;
case 174: // FN+F5
case 157: // Zenbook DUO FN+F
modeControl.CyclePerformanceMode(Control.ModifierKeys == Keys.Shift);
return;
case 179: // FN+F4
Expand Down

0 comments on commit 9f364a3

Please sign in to comment.