Skip to content

Commit

Permalink
Added FN+F5 keycode for ancient devices #3322
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 29, 2024
1 parent 501d0a1 commit b9be9a9
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 @@ -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;
Expand Down

0 comments on commit b9be9a9

Please sign in to comment.