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:
2024-10-20 02:56:38 -04:00
parent 49b8ba64d0
commit 33ac041121

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;
}
},