Add option to inhibit multimedia keys from host on Windows

This commit is contained in:
Cacodemon345
2025-03-13 19:55:46 +06:00
parent 6779a3c1bd
commit 7c4df701cb
7 changed files with 181 additions and 114 deletions

View File

@@ -213,6 +213,7 @@ int hook_enabled = 1; /* (C) Keyboar
int test_mode = 0; /* (C) Test mode */
char uuid[MAX_UUID_LEN] = { '\0' }; /* (C) UUID or machine identifier */
int sound_muted = 0; /* (C) Is sound muted? */
int inhibit_multimedia_keys; /* (C) Inhibit multimedia keys on Windows. */
int other_ide_present = 0; /* IDE controllers from non-IDE cards are
present */