Auto-press "BackSlash" when releasing space (get ready for shakes)
All checks were successful
Rust / build (push) Successful in 1m20s
All checks were successful
Rust / build (push) Successful in 1m20s
This commit is contained in:
parent
49b8ba64d0
commit
33ac041121
@ -37,6 +37,7 @@ fn main() {
|
||||
return Some(event);
|
||||
} else {
|
||||
send(EventType::ButtonRelease(rdev::Button::Left));
|
||||
send(EventType::KeyPress(rdev::Key::BackSlash));
|
||||
matched = true;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user