mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-24 05:30:55 +03:00
update example config + add help message for releasing mouse (#7)
This commit is contained in:
committed by
GitHub
parent
13a688a0c1
commit
0feb1350a9
@@ -43,6 +43,8 @@ pub fn main() {
|
||||
// start receiving client connection requests
|
||||
let (request_server, request_thread) = request::Server::listen(port).unwrap();
|
||||
|
||||
println!("Press Ctrl+Alt+Shift+Super to release the mouse");
|
||||
|
||||
// start producing and consuming events
|
||||
let event_producer = match producer::start(produce_tx, client_manager.get_clients(), request_server) {
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user