-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Portuguese keyboard on Linux does not handle home, end and altgr combinations on Linux #11926
Comments
@rjfmachado Can you try without PSReadline module? ( |
@daxian-dbw Could you please comment the Issue? |
@rjfmachado Does Portuguese keyboard works as expected with pwsh on Windows (win 10)? |
Yes, all keys work and PSReadline also has no issues. I only see this on Linux, I'm using the inbox ssh on Windows 10 if this helps (Windows 10 18363, OpenSSH_for_Windows_7.7p1, LibreSSL 2.6.5) |
@rjfmachado Could you please add more info about your scenario? Do you use Windows terminal, open SSH session to Linux and run pwsh? |
That's it, Windows Terminal calling ssh to ubuntu 18.04 then from bash, run pwsh-preview |
the 7.0.0 GA fixed the AltGr combinations, home/end issue remains |
I stumbled upon the fact that Alt + Home/End actually work as Home/End when PSReadLine is removed, but not with PSReadline loaded. |
It is dup #8869 |
Alt+Home and Alt+End is most likely this .Net issue - see dotnet/runtime#802 |
This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you. |
2 similar comments
This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you. |
This issue has not had any activity in 6 months, if this is a bug please try to reproduce on the latest version of PowerShell and reopen a new issue and reference this issue if this is still a blocker for you. |
This issue has been marked as "No Activity" as there has been no activity for 6 months. It has been closed for housekeeping purposes. |
Steps to reproduce
Hit Keyboard home, end, @, £ and others does not produce expected results
Expected behavior
Keyboard works...
Actual behavior
I get ~ for home, end
and the digit-argument input for altgr+number keys
Environment data
Name Value
PSVersion 7.0.0-rc.3
PSEdition Core
GitCommitId 7.0.0-rc.3
OS Linux 5.0.0-1032-azure #34-Ubuntu SMP Mon Feb 10 19:37:25 UTC 2020
Platform Unix
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
tried ssh from cmd and windows terminal as I've seen this in the past in local powershell in WT.
The text was updated successfully, but these errors were encountered: