Closed hexawyz closed 1 year ago
Just to add more details to this issue, I noticed today that this bug does not happen in the new Windows Terminal. (It still does within the legacy console host)
This issue is closed because it has had no activity and on older unsupported versions of PowerShell or PSReadLine. Please try again on latest versions of both and if its still an issue please submit a new issue.
Environment
Exception report
N/A
Steps to reproduce
LAYOUT
part, change the line related to the keyN
to match the line below:After the layout part, add the following definition for the dead key:
Right Alt
+n
,Space
generates~
Expected behavior
The typed sequence should appear as
~
in the shell.Actual behavior
Instead, the sequence produces the text
ñ~
.More details
I have this issue because at home, I'm using an Apple USB Keyboard (FR) with a layout matching the one from OSX. A typical case for running into this problem this problem is with a command such as
git rebase -i HEAD~2
. This might be related to #933 and the fact that the main character of the key is both printable and combinable with the dead key itself. (e.g. I don't have a problem withShift
+Right Alt
+1
,Space
which correctly produces´
using this layout) I should also have tested this scenario when you adressed #914 , sorry 😥