mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00: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