This commit is contained in:
Serge
2023-12-21 13:20:26 +01:00
parent e5dd7f54af
commit eea453b3c4
3 changed files with 11 additions and 10 deletions

View File

@@ -584,6 +584,9 @@ namespace GHelper.Input
case 55: // Arconym
KeyProcess("m6");
return;
case 136: // FN + F12
Program.acpi.DeviceSet(AsusACPI.UniversalControl, AsusACPI.Airplane, "Airplane");
return;
case 181: // FN + Numpad Enter
KeyProcess("fne");
return;