Handy/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
..
components feat(linux): Add option to select typing tool (#760) 2026-02-11 15:00:29 +08:00
hooks init attempt at new kb (#580) 2026-01-20 08:23:35 +08:00
i18n feat(linux): Add option to select typing tool (#760) 2026-02-11 15:00:29 +08:00
lib Support RCtrl/etc (#782) 2026-02-11 11:37:38 +08:00
overlay Add “Processing…” overlay state when post-processing (#740) 2026-02-09 10:36:00 +08:00
stores feat(linux): Add option to select typing tool (#760) 2026-02-11 15:00:29 +08:00
utils Add Internationalization Support (#437) 2025-12-12 11:16:54 +07:00
App.css format everything (#323) 2025-11-10 11:39:14 +08:00
App.tsx feat(i18n): Enhance RTL support and update language direction handling (#698) 2026-02-04 17:43:16 +08:00
bindings.ts feat(linux): Add option to select typing tool (#760) 2026-02-11 15:00:29 +08:00
main.tsx fixes for 0.6.11: linking, ui (#579) 2026-01-14 12:44:59 +08:00
vite-env.d.ts basic working transcription. 2025-02-03 09:26:37 -08:00