ctrl-alt-\ is ignored in WSL #12555
Labels
Area-Input
Related to input processing (key presses, mouse, etc.)
Area-VT
Virtual Terminal sequence support
Help Wanted
We encourage anyone to jump in on these.
In-PR
This issue has a related PR
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Needs-Tag-Fix
Doesn't match tag requirements
Priority-2
A description (P2)
Product-Conhost
For issues in the Console codebase
Product-Terminal
The new Windows Terminal.
Milestone
Windows Terminal version
1.11.3471.0
Windows build number
10.0.19042.1526
Other Software
WSL Debian GNU/Linux 11 (bullseye)
Emacs 27.1
Steps to reproduce
ncurses:
sudo apt install ncurses-examples
/usr/lib/ncurses/examples/demo_altkeys
ctrl-alt-\
emacs:
C-h k
(describe-key)ctrl-alt-\
Expected Behavior
ncurses:
Something like:
0.259 Keycode ???, name ESC-^\
emacs:
Open a new window pane that says:
C-M-\ runs the command indent-region
Actual Behavior
Nothing
The text was updated successfully, but these errors were encountered: