felixse / FluentTerminal

A Terminal Emulator based on UWP and web technologies.
GNU General Public License v3.0
9.21k stars 443 forks source link

Ctrl-_ (ctrl-shift-minus) and Ctrl-/ blocked #885

Open iarna opened 3 years ago

iarna commented 3 years ago

This is the undo key in a number of text editors (including one of the undo keys in emacs).

Unbinding Ctrl-minus does not help, the terminal still doesn't send any sequence through to the pty.

The same sequence can also usually be sent with Ctrl-/, but that also seems to do nothing.

nonamestreet commented 3 years ago

It is quite annoying for emacs user.

scrouthtv commented 3 years ago

Ctrl-Enter is blocked as well.

timadye commented 3 years ago

This is a blocker for me :( Ctrl-Shift-Minus is also undo key for bash. Ctrl-X Ctrl-U can also be used, but is problematic as Ctrl-U on its own removes the preceding line.

hanskokx commented 3 years ago

It is quite annoying for emacs user.

image