mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-14 00:31:01 +03:00
Release modifiers when exit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user