Auto-press "BackSlash" when releasing space (get ready for shakes)
All checks were successful
Rust / build (push) Successful in 1m20s

This commit is contained in:
tommy 2024-10-20 02:56:38 -04:00
parent 49b8ba64d0
commit 33ac041121
Signed by: tommy
GPG Key ID: 56B522AB2EF2263A

View File

@ -37,6 +37,7 @@ fn main() {
return Some(event);
} else {
send(EventType::ButtonRelease(rdev::Button::Left));
send(EventType::KeyPress(rdev::Key::BackSlash));
matched = true;
}
},