Release modifiers when exit

This commit is contained in:
asur4s
2023-03-28 21:49:22 -07:00
parent 5a96a6d03d
commit bd7901af00
3 changed files with 21 additions and 1 deletions

View File

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