mirror of
https://codeberg.org/icewind/evdev-shortcut.git
synced 2026-06-03 10:04:11 +02:00
docs
This commit is contained in:
parent
7f555ba931
commit
025ee6a620
6 changed files with 123 additions and 21 deletions
|
|
@ -15,7 +15,7 @@ async fn main() {
|
|||
|
||||
pin_mut!(stream);
|
||||
|
||||
while let Some(shortcut) = stream.next().await {
|
||||
dbg!(shortcut);
|
||||
while let Some(event) = stream.next().await {
|
||||
println!("{} {}", event.shortcut, event.state);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue