Powershell: Powershell Core is typing @ before some special characters like ~ or ´ with brazilian keyboard layout

Created on 31 Jul 2020  Â·  7Comments  Â·  Source: PowerShell/PowerShell

NOTE: It didnt happen before, it worked as expected.

Steps to reproduce

Open powershell core
Try to type ~ or ´ with a brazilian keyboard ABNT2

Expected behavior

Just type ~ or ´

Actual behavior

ezgif-6-ed29d6764e61

Environment data

Name                           Value
----                           -----
PSVersion                      7.0.3
PSEdition                      Core
GitCommitId                    7.0.3
OS                             Microsoft Windows 10.0.…
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0
Issue-Question Resolution-Answered WG-Interactive-PSReadLine

All 7 comments

@chiniara does the same occur after calling Remove-Module PSReadline?

@vexx32

It doesnt!

But i find it weird because it was working fine before.

Maybe it was an update to PSReadline ?

Yeah, potentially. Check Get-Module -List PSReadLine and see what versions you have installed. It's possible there's a newer version available as well; you can try Update-Module PSReadLine.

If there is an update, restart your powershell session and try it again to see if it's still an issue.

If not, or it's still happening anyway, please file an issue in the PSReadLine repo 🙂

/cc @daxian-dbw

@vexx32
Thank you very much, updating it fixed the problem!
I think this is solved then.

Will let the bot close it

This issue has been marked as answered and has not had any activity for 1 day. It has been closed for housekeeping purposes.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

garegin16 picture garegin16  Â·  3Comments

concentrateddon picture concentrateddon  Â·  3Comments

SteveL-MSFT picture SteveL-MSFT  Â·  3Comments

Michal-Ziemba picture Michal-Ziemba  Â·  3Comments

JohnLBevan picture JohnLBevan  Â·  3Comments