From fad24c4b9b7b164a216d4d8dfc2fa4975ae77c9e Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 17 Jun 2025 20:57:58 -0500 Subject: [PATCH] rewrite --- client/src/input/keyboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/input/keyboard.rs b/client/src/input/keyboard.rs index 84b71d9..b6e2a5d 100644 --- a/client/src/input/keyboard.rs +++ b/client/src/input/keyboard.rs @@ -45,7 +45,7 @@ impl KeyboardAggregator { } let report = self.build_report(); - if self.dev_mode { debug!(?rep, "kbd"); } + if self.dev_mode { debug!(?report, "kbd"); } let _ = self.tx.send(KeyboardReport { data: report.to_vec() }); if self.is_magic() {