mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 02:01:29 +03:00
This commit is contained in:
@@ -10,4 +10,8 @@ fn main() {
|
||||
enigo.key_down(Key::Layout('.')).ok();
|
||||
enigo.key_up(Key::Layout('.'));
|
||||
enigo.key_up(Key::Shift);
|
||||
enigo.key_down(Key::Shift).ok();
|
||||
enigo.key_down(Key::Layout('-')).ok();
|
||||
enigo.key_up(Key::Layout('-'));
|
||||
enigo.key_up(Key::Shift);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user