Merge branch 'translate_mode'

This commit is contained in:
Asura
2022-08-04 01:21:46 -07:00
6 changed files with 186 additions and 47 deletions

View File

@@ -156,7 +156,6 @@ impl KeyboardControllable for Enigo {
}
fn key_up(&mut self, key: Key) {
if self.is_x11 {
dbg!(key);
if self.pynput.send_pynput(&key, false) {
return;
}