Add auto submit setting with configurable key modes#189
Add auto submit setting with configurable key modes#189swissyai wants to merge 1 commit intocjpais:mainfrom
Conversation
Adds Auto Submit feature to Advanced settings that automatically sends a return key after transcription completes. Supports three key modes: - Enter: Simple return key - Ctrl+Enter: Control + return combination - Cmd+Enter: Command + return combination (macOS) This enables seamless integration with agentic coding tools like Cursor and Claude Code that use different submit shortcuts.
|
Thank you for submitting the PR. On the whole the use case makes sense. I'm a bit hesitant to pull this in at the moment, mainly I'm trying to avoid having a lot of settings (and there are kind of too many for my taste already). Right now I am mostly focused on things which are fixing bugs or are highly requested. I might pull this in eventually. If you don't mind, please also go collect feedback and support in the Discussions. I will be following there! |
|
I would love this feature btw, I'm getting even lazier and would love to hit push-to-talk shorcut, talk, release and it enter the transcription into the box and press enter @cjpais. Any chance we can revive this? I'd be happy to push it forward in terms of getting it compatible with latest release etc. |
|
@sasha-computer yeah I will accept this now. Put it in advanced settings and I will test and pull the PR in |
Amazing thanks - PR opened here: #765. |
Adds an Auto Submit setting to Advanced that automatically sends a return key after transcription completes.
This enables seamless integration with agentic coding tools like Cursor and Claude Code that use different submit shortcuts. The setting supports three key modes:
The dropdown is disabled when the toggle is off to match existing UI patterns.
Implementation:
Tested all three key modes functionally with both clipboard and direct paste methods.