Touchpad and Mic Toggles

This commit is contained in:
Serge
2024-02-26 10:33:18 +01:00
parent 95b9a833c1
commit 25470ed579
2 changed files with 5 additions and 0 deletions

View File

@@ -43,6 +43,10 @@ public class AsusACPI
public const int Brightness_Down = 0x10;
public const int Brightness_Up = 0x20;
public const int KB_Sleep = 0x6c;
public const int KB_TouchpadToggle = 0x6b;
public const int KB_MuteToggle = 0x7c;
public const int KB_DUO_PgUpDn = 0x4B;
public const int KB_DUO_SecondDisplay = 0x6A;