mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Added FN+F5 keycode for ancient devices https://github.com/seerge/g-helper/discussions/3322
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user