feat: add configurable auto-submit after transcription paste#765
Merged
cjpais merged 4 commits intocjpais:mainfrom Feb 11, 2026
Merged
feat: add configurable auto-submit after transcription paste#765cjpais merged 4 commits intocjpais:mainfrom
cjpais merged 4 commits intocjpais:mainfrom
Conversation
Add an Advanced output setting that can send Enter, Ctrl+Enter, or Cmd+Enter after text insertion so Handy works smoothly with different editor and agent submit shortcuts. This keeps the behavior opt-in, persists it in settings, and adds focused Rust tests for defaults and paste auto-submit decision logic. Co-authored-by: Cursor <[email protected]>
Replace the auto-submit toggle and key dropdown with a single dropdown that includes an Off state, so output behavior is clearer and faster to configure. Clarify Meta-key behavior by showing Cmd+Enter on macOS and Super+Enter on Windows/Linux, with matching localized copy. Co-authored-by: Cursor <[email protected]>
Owner
|
I tested this on my machine and it works great and the UI and UX make sense to me. |
Contributor
Author
That's great, and I've already downloaded the new release. Thanks so much - what a time to be alive for OSS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v0.7.3by adding an opt-in Auto Submit setting that sends Enter/Ctrl+Enter/Cmd+Enter after transcription paste.Offoption (default), thenEnter,Ctrl+Enter, and OS-awareCmd+Enter/Super+Enterlabels.Test plan
cargo test --manifest-path src-tauri/Cargo.tomlbun run lintbun run buildbun run check:translationsbun run test:playwrightMade with Cursor