Send clipboard keystroke, https://github.com/rustdesk/rustdesk/discussions/5451
This commit is contained in:
@@ -779,7 +779,6 @@ impl<T: InvokeUiSession> Session<T> {
|
||||
}
|
||||
}
|
||||
|
||||
// flutter only TODO new input
|
||||
pub fn input_string(&self, value: &str) {
|
||||
let mut key_event = KeyEvent::new();
|
||||
key_event.set_seq(value.to_owned());
|
||||
|
||||
Reference in New Issue
Block a user