A minimal Rust implementation of wshowkeys - displays keystrokes on screen.

egui gui keystrokes show
1 Open Issue Need Help Last updated: Jul 20, 2025

Open Issues Need Help

View All on GitHub

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