We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
出错代码 src-tauri/src/select.rs
src-tauri/src/select.rs
#[cfg(target_os = "macos")] pub fn paste() { use enigo::*; let mut enigo = Enigo::new(); enigo.key_down(Key::Meta); enigo.key_click(Key::Layout('v')); enigo.key_up(Key::Meta);
翻了enigo库的issues,这个问题似乎还没有解决。
The text was updated successfully, but these errors were encountered:
感谢提issue,找到了issue看起来官方还没有完全解决,后面看看有没有其他的库可以替代 enigo-rs/enigo#153 tauri-apps/tauri#6421
Sorry, something went wrong.
No branches or pull requests
出错代码
src-tauri/src/select.rs
翻了enigo库的issues,这个问题似乎还没有解决。
The text was updated successfully, but these errors were encountered: