mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 23:51:28 +03:00
This commit is contained in:
@@ -10,7 +10,7 @@ fn main() {
|
||||
enigo.key_sequence("Hello World! here is a lot of text ❤️");
|
||||
|
||||
// select all
|
||||
enigo.key_down(Key::Control);
|
||||
enigo.key_down(Key::Control).ok();
|
||||
enigo.key_click(Key::Layout('a'));
|
||||
enigo.key_up(Key::Control);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user