Hotkeys: some emacs hotkeys are being eaten by Terminal #13263

Open
opened 2026-01-31 03:38:08 +00:00 by claunia · 0 comments
Owner

Originally created by @Pitta on GitHub (Apr 1, 2021).

Windows Terminal version (or Windows build number)

1.6.10571.0

Other Software

emacs 26.3
Ubuntu 20.04.2 LTS via WSL

Steps to reproduce

emacs file.org
input to the file:

* header 1
* header 2

with the cursor at the end of the first line, hit ctrl + RET

Expected Behavior

* header 1
* 
* header 2

A new header line on the next line

Actual Behavior

* header 1

* header 2

emacs reacts as if I just hit RET, not ctrl + RET

Its very possible I'm missing something. I did try to unbind this hotkey from the terminal like i have a cople other. Here is my unbind block.

        //unbinds
        { "command": "unbound", "keys": "alt+enter"},
        { "command": "unbound", "keys": "ctrl+enter"},
        { "command": "unbound", "keys": "ctrl+shift+d"},
Originally created by @Pitta on GitHub (Apr 1, 2021). ### Windows Terminal version (or Windows build number) 1.6.10571.0 ### Other Software emacs 26.3 Ubuntu 20.04.2 LTS via WSL ### Steps to reproduce emacs file.org input to the file: ``` * header 1 * header 2 ``` with the cursor at the end of the first line, hit `ctrl + RET` ### Expected Behavior ``` * header 1 * * header 2 ``` A new header line on the next line ### Actual Behavior ``` * header 1 * header 2 ``` emacs reacts as if I just hit `RET`, not `ctrl + RET` Its very possible I'm missing something. I did try to unbind this hotkey from the terminal like i have a cople other. Here is my unbind block. ``` //unbinds { "command": "unbound", "keys": "alt+enter"}, { "command": "unbound", "keys": "ctrl+enter"}, { "command": "unbound", "keys": "ctrl+shift+d"}, ```
claunia added the Needs-TriageNeeds-Tag-FixNeeds-Attention labels 2026-01-31 03:38:08 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#13263