You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Russian keyboard layout on Windows (I use Alt-Shift to do that)
Start PowerShell Core 7.0 (which includes PSReadLine 2.0)
Press Ctrl-C in the shell
Expected behavior
Ctrl-C should terminate current command/input/whatever, it should work as Ctrl-C usually do.
Actual behavior
Russian letter "с" getting inserted into the command line, and no actual Ctrl-C behavior happens.
Ctrl-C is still broken even if I switch to the English keyboard layout (then English letter "c" gets inserted inctead of actual Ctrl-C behavior heppening).
Environment
Steps to reproduce
Expected behavior
Ctrl-C should terminate current command/input/whatever, it should work as Ctrl-C usually do.
Actual behavior
Russian letter "с" getting inserted into the command line, and no actual Ctrl-C behavior happens.
Ctrl-C is still broken even if I switch to the English keyboard layout (then English letter "c" gets inserted inctead of actual Ctrl-C behavior heppening).