rewrite
This commit is contained in:
parent
f8ae813750
commit
fad24c4b9b
@ -45,7 +45,7 @@ impl KeyboardAggregator {
|
|||||||
}
|
}
|
||||||
|
|
||||||
let report = self.build_report();
|
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() });
|
let _ = self.tx.send(KeyboardReport { data: report.to_vec() });
|
||||||
|
|
||||||
if self.is_magic() {
|
if self.is_magic() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user