Handy/src-tauri/src
Phuoc Thinh Vu b02873dab5
feat(linux): Add option to select typing tool (#760)
* feat(linux): Add option to select typing tool

 - Added a Linux-only typing tool setting shown for direct paste, with a new dropdown in advanced settings.
 - Wired new typing tool setting through settings store, bindings, and Tauri commands.
 - Added typing tool enum/defaults and selection handling in Linux clipboard direct typing.
 - Added translations for the new typing tool setting across locales.

* fix compilation on macos

* format

* only list available tools

* format

---------

Co-authored-by: Thinh Vu <phuocthinhvu@gmail.com>
Co-authored-by: CJ Pais <cj@cjpais.com>
2026-02-11 15:00:29 +08:00
..
audio_toolkit feat(text): Add n-gram matching for multi-word custom word correction (#711) 2026-02-05 18:29:25 +08:00
commands feat: add models settings page with filtering and management (#478) 2026-02-08 12:18:22 +08:00
helpers WIP: Add tauri-specta for generating TS bindings (#322) 2025-11-27 17:07:22 +07:00
managers Add support for SenseVoice (#745) 2026-02-09 12:15:42 +08:00
shortcut feat(linux): Add option to select typing tool (#760) 2026-02-11 15:00:29 +08:00
actions.rs Add “Processing…” overlay state when post-processing (#740) 2026-02-09 10:36:00 +08: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 option to select typing tool (#760) 2026-02-11 15:00:29 +08:00
input.rs refactor enigo input (#441) 2025-12-12 16:33:49 +07:00
lib.rs feat(linux): Add option to select typing tool (#760) 2026-02-11 15:00:29 +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 fix(linux): improve Wayland startup stability (#769) 2026-02-11 08:47:26 +08:00
settings.rs feat(linux): Add option to select typing tool (#760) 2026-02-11 15:00:29 +08:00
signal_handle.rs Fix race condition when toggling transcription via SIGUSR2 (#560) 2026-01-10 11:38:58 +08:00
tray.rs Add show tray icon setting (#667) 2026-02-10 10:39:35 +08:00
tray_i18n.rs feat: add tray menu localization using system locale (#446) 2025-12-18 04:14:32 -08:00
utils.rs feat(linux): add KDE Plasma 6 Wayland support via kwtype (#676) 2026-02-05 19:11:33 +08:00