AI Agent Hub
Back to plugins
🤖

dsh-ctrl-enter-submit

Model Inference Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install SA1992X/dsh-ctrl-enter-submit

Paste the following prompt into your AI chat to install this plugin:

Install by running dsh plugin install SA1992X/dsh-ctrl-enter-submit, or search dsh-ctrl-enter-submit in Settings, then Plugin Market; source at https://github.com/SA1992X/dsh-ctrl-enter-submit

About this plugin

Writing a multi-line prompt in DSH and accidentally hitting Enter to send it too early — especially when pasting code blocks or answering agent question cards — is a common pain point.

dsh-ctrl-enter-submit remaps the submit shortcut from Enter to Ctrl/Cmd+Enter across the entire composer and every input control in the ask_user_question card: plain Enter and Shift+Enter insert a newline in multiline textareas, the single-line custom input no longer submits on Enter, and option buttons are no longer selected on Enter while mouse clicks and Space remain unaffected. The / and @ candidate menus still respond to Enter as usual, and IME composition is never intercepted. Everything runs in the browser; just refresh the page after installing. Toggle the plugin on or off from Settings, and disabling it instantly restores the default Enter-submit behavior.

Ideal for developers who regularly compose multi-line prompts and for agents running multi-turn Q&A where a double-key press prevents accidental sends. Works on Windows, macOS, and Linux; requires dsh web 0.1.0-rc.6 or later.

Use Cases

  • Composing multi-line prompts or pasting code blocks without accidentally hitting send
  • Answering agent question cards one at a time without skipping to the next option
  • Preferring a deliberate two-key confirm before submitting after several edits

Best For

  • Developers who regularly compose multi-line prompts in DSH
  • Users running multi-turn Q&A in Agent mode who want to avoid premature sends
  • DSH users who prefer an explicit two-key submit over a single Enter press