-
Notifications
You must be signed in to change notification settings - Fork 317
Closed
Labels
In-PRA PR is opened targeting the issueA PR is opened targeting the issueIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Issue-KeyboardLayoutIssues related to dead keys with some keyboard layout.Issues related to dead keys with some keyboard layout.Issue-Usability
Description
Environment
PS version: 7.0.0
PSReadline version: 2.0.0
os: 10.0.18362.1 (WinBuild.160101.0800)
PS file version: 7.0.0.0
HostName: ConsoleHost
BufferWidth: 170
BufferHeight: 32766
Steps to reproduce
- 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).
Sublihim, jcdenton, Semptra, Klaster1, MrFoxPro and 9 more
Metadata
Metadata
Assignees
Labels
In-PRA PR is opened targeting the issueA PR is opened targeting the issueIssue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Issue-KeyboardLayoutIssues related to dead keys with some keyboard layout.Issues related to dead keys with some keyboard layout.Issue-Usability