This commit is contained in:
Serge
2023-10-18 11:18:53 +02:00
parent c978c94d59
commit 8a12e84423
3 changed files with 5 additions and 4 deletions

View File

@@ -588,7 +588,8 @@ namespace GHelper.Input
case 199: // ON Z13 - FN+F11 - cycles backlight
SetBacklight(4);
return;
case 53: // FN+F6 on GA-502DU model
case 51: // Fn+F6 on old TUFs
case 53: // Fn+F6 on GA-502DU model
NativeMethods.TurnOffScreen();
return;
}