X13 tweaks

This commit is contained in:
Serge
2023-06-29 18:18:42 +02:00
parent 8a3708e850
commit 3fb61d3bf1
5 changed files with 12 additions and 13 deletions

View File

@@ -402,9 +402,11 @@ namespace GHelper.Input
switch (EventID)
{
case 16: // FN+F7
//ScreenBrightness.Adjust(-10);
Program.acpi.DeviceSet(AsusACPI.UniversalControl, AsusACPI.Brightness_Down, "Brightness");
break;
case 32: // FN+F8
//ScreenBrightness.Adjust(+10);
Program.acpi.DeviceSet(AsusACPI.UniversalControl, AsusACPI.Brightness_Up, "Brightness");
break;
case 107: // FN+F10