Add translte mode in input_service

This commit is contained in:
Asura
2022-07-27 20:01:42 -07:00
parent d08931c317
commit 25525cda3f
3 changed files with 82 additions and 37 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;
}