A Chrome extension that lets you change the send trigger key in AI chat services.
- Claude (claude.ai)
- ChatGPT (chatgpt.com)
- Gemini (gemini.google.com)
- AI Mode in Google Search (google.com/search)
Microsoft Copilot is not supported.
https://chromewebstore.google.com/detail/csenter-for-ai-chat/glkdanbnmpbdmljmcglcadpcdkehgfpn
The Chrome Web Store version may lag behind the repository during the review process.
- Download or clone this repository
- Open Chrome and go to
chrome://extensions/ - Enable Developer mode (toggle in the top right)
- Click Load unpacked and select the repository folder
- Click the extension icon to open the popup
- Check any combination of Shift, Ctrl, and Alt to set the key combination that sends your message (on macOS these are shown as Shift, Command, and Option)
- Changes take effect immediately — no page reload required
With no modifiers checked (default), Enter sends and Shift+Enter inserts a new line, following each service's own default behavior.
Once you check one or more modifiers, that exact combination becomes the send key — pressing Enter alone, or Enter with any other combination, inserts a new line instead.
Enter key presses during IME composition (e.g. Japanese input) are ignored and pass through as normal.
- Add Alt (Option on macOS) as a selectable send-key modifier, so any combination of Shift, Ctrl (Cmd), and Alt (Option) up to Shift+Ctrl+Alt+Enter can now be used to send messages
- Replace the popup's four fixed send-key options with independent checkboxes for each modifier; checkbox labels and the current setting automatically match the detected OS (Ctrl/Alt on Windows, Command/Option on macOS)
See CHANGELOG.md for full history.
AIチャットサービスの入力欄における送信トリガーキーを変更するChrome拡張です。
- Claude (claude.ai)
- ChatGPT (chatgpt.com)
- Gemini (gemini.google.com)
- Google検索 AIモード (google.com/search)
Microsoft Copilot には対応していません。
https://chromewebstore.google.com/detail/csenter-for-ai-chat/glkdanbnmpbdmljmcglcadpcdkehgfpn
Chrome ウェブストア版は、審査中のため最新リリースより古い場合があります。
- このリポジトリをダウンロードまたはクローン
- Chromeで
chrome://extensions/を開く - 右上の デベロッパーモード を有効にする
- パッケージ化されていない拡張機能を読み込む をクリックし、リポジトリのフォルダを選択
- 拡張アイコンをクリックしてポップアップを開く
- Shift・Ctrl・Altのチェックボックスを組み合わせて、送信に使うキーの組み合わせを設定する(macOSではShift・Command・Optionと表示されます)
- 設定はリアルタイムで反映されます(リロード不要)
何もチェックしていない場合(デフォルト)は、各サービス本来の挙動どおり Enter で送信、Shift+Enter で改行されます。
いずれかの修飾キーをチェックすると、そのキーの組み合わせだけが送信キーになります。Enter単体やそれ以外の組み合わせでは、代わりに改行が入力されます。
変換中のEnterキー(確定操作)には反応しません。
- 送信キーの修飾キーとしてAlt(macOSではOption)を追加。Shift・Ctrl(Cmd)・Altを自由に組み合わせられるようになり、最大 Shift+Ctrl+Alt+Enter まで設定可能に
- ポップアップの送信キー選択を、従来の4択ラジオボタンから、各修飾キーごとの独立したチェックボックス方式に変更。チェックボックスのラベルや現在の設定表示は、検出したOSに応じて自動的にWindows表記(Ctrl/Alt)とmacOS表記(Command/Option)を切り替える
全履歴は CHANGELOG.md を参照。