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

2
src-tauri/Cargo.lock generated
View File

@@ -1838,11 +1838,13 @@ name = "keeb"
version = "0.1.0"
dependencies = [
"enigo",
"raw-window-handle",
"serde",
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-opener",
"x11",
]
[[package]]