Handy/src-tauri/src
Mani Mohan 3bd2ad841d
feat(linux): add ydotool support for text input (#557)
Add ydotool as a fallback option for direct text input and key
combinations on Linux, after wtype/dotool (Wayland) and xdotool (X11).

ydotool uses uinput and works on both Wayland and X11, making it a
useful alternative when other tools are unavailable.

Requirements:
- ydotool installed
- ydotoold daemon running
- User in input group with uinput permissions
2026-01-10 11:29:21 +08:00
..
audio_toolkit feat(audio): prioritize F32 sample format for better quality (#390) (#393) 2025-11-30 15:59:54 +07:00
commands fix: prevent crash on macos 26.x beta during startup (#473) 2026-01-04 07:52:06 +08:00
helpers WIP: Add tauri-specta for generating TS bindings (#322) 2025-11-27 17:07:22 +07:00
managers feat: add Moonshine Base speech recognition model (#556) 2026-01-10 11:22:49 +08:00
actions.rs fix: replace async-openai library with post request (#480) 2025-12-27 11:21:27 +07:00
apple_intelligence.rs Apple intel integration (#391) 2025-12-09 21:04:24 +07:00
audio_feedback.rs feat(audio): async play test sound (#375) 2025-11-27 17:46:41 +07:00
clipboard.rs feat(linux): add ydotool support for text input (#557) 2026-01-10 11:29:21 +08:00
input.rs refactor enigo input (#441) 2025-12-12 16:33:49 +07:00
lib.rs fix: prevent crash on macos 26.x beta during startup (#473) 2026-01-04 07:52:06 +08:00
llm_client.rs fix: replace async-openai library with post request (#480) 2025-12-27 11:21:27 +07:00
main.rs Set WEBKIT_DISABLE_DMABUF_RENDERER=1 in env (#427) 2025-12-11 13:01:04 +07:00
overlay.rs refactor enigo input (#441) 2025-12-12 16:33:49 +07:00
settings.rs fix: prevent crash on macos 26.x beta during startup (#473) 2026-01-04 07:52:06 +08:00
shortcut.rs fix: replace async-openai library with post request (#480) 2025-12-27 11:21:27 +07:00
signal_handle.rs Prevent possible deadlocks when pressing Escape to cancel recordings (#408) 2025-12-18 21:28:10 +07:00
tray.rs feat: add (Dev) indicator to tray menu version in debug builds (#470) 2025-12-18 04:15:29 -08:00
tray_i18n.rs feat: add tray menu localization using system locale (#446) 2025-12-18 04:14:32 -08:00
utils.rs fix: unload model on cancel when immediate unload enabled (#498) 2025-12-29 10:59:54 +07:00