begin minimal keyboard simulation

This commit is contained in:
eneller
2025-11-08 18:09:56 +01:00
parent 24f4d80f6a
commit 6ae34369b4
3 changed files with 36 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ tauri-plugin-opener = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
enigo = "0.6.1"
x11 = { version = "2.21.0", features = ["xlib"] }
raw-window-handle = "0.6.2"
[profile.dev]
incremental = true # Compile your binary in smaller steps.