Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Aug 11, 2024
1 parent 6fe8ff6 commit b362afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AsusACPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class AsusACPI

public const int KB_TouchpadToggle = 0x6b;
public const int KB_MuteToggle = 0x7c;
public const int KB_NumlockToggle = 0x4e;
public const int KB_FNlockToggle = 0x4e;

public const int KB_DUO_PgUpDn = 0x4B;
public const int KB_DUO_SecondDisplay = 0x6A;
Expand Down

0 comments on commit b362afe

Please sign in to comment.