mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-03 11:29:25 +08:00
Fix Shift release failed
This commit is contained in:
parent
90b36795ea
commit
0695d50b9f
@ -1081,7 +1081,7 @@ impl Handler {
|
||||
let is_dead = keyboard.last_is_dead;
|
||||
#[cfg(target_os = "linux")]
|
||||
let is_dead = keyboard.is_dead();
|
||||
if is_dead && string == "" {
|
||||
if is_dead && string == "" && down_or_up == true {
|
||||
return;
|
||||
}
|
||||
string
|
||||
|
Loading…
Reference in New Issue
Block a user