Open Issues Need Help
View All on GitHub warning: field `key_receiver` and `timestamp` is never read about 2 months ago
AI Summary: The Rust project `wshowkeys_rs` generates warnings because the `key_receiver` and `timestamp` fields in several structs are never used. The task is to identify why these fields are unused and either remove them or modify the code to utilize them appropriately. This likely involves reviewing the data flow within the application's input handling, key processing, and rendering logic.
Complexity:
3/5
good first issue question
A minimal Rust implementation of wshowkeys - displays keystrokes on screen.
Rust
#egui#gui#keystrokes#show