Refector key click && Clear remapped keycodes

This commit is contained in:
asur4s
2023-03-18 20:55:35 -07:00
parent e17717b9c5
commit 2aae2ca513
3 changed files with 69 additions and 4 deletions

View File

@@ -612,6 +612,8 @@ impl Connection {
}
}
}
#[cfg(target_os = "linux")]
clear_remapped_keycode();
log::info!("Input thread exited");
}