Skip to content

Commit e430790

Browse files
committed
remove diagnostic logging of unmapped ASUS key events
1 parent 93968d8 commit e430790

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Platform/Linux/LinuxAsusWmi.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,8 @@ private void ReadEventsFromStream(FileStream fs)
885885
}
886886
else
887887
{
888-
Helpers.Logger.WriteLine($"ASUS event: key={code} (0x{code:X}) → unmapped");
888+
// Don't log unmapped keys — regular keyboard presses
889+
// also come through on ASUS vendor devices
889890
}
890891
}
891892
}

0 commit comments

Comments
 (0)