NOTE: It didnt happen before, it worked as expected.
Open powershell core
Try to type ~ or ´ with a brazilian keyboard ABNT2
Just type ~ or ´

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
@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.