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

@@ -35,7 +35,8 @@ pub fn is_xfce() -> bool {
pub fn breakdown_callback() {
#[cfg(target_os = "linux")]
crate::input_service::clear_remapped_keycode()
crate::input_service::clear_remapped_keycode();
crate::input_service::release_modifiers();
}
// Android