-
Notifications
You must be signed in to change notification settings - Fork 822
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
Unable to input certain characters #11
Comments
same thing with a french keyboard |
same with german keyboard AltGr (right alt key) doesn't work |
In Spanish, in addition to these symbols (eg '|'), you can not put accent marks |
I think the problem is with ubuntu keyboard layout. Did you tried change that?
|
The same happens with the portuguese layout. But it's strange because, usually, **Alt _+ ( _Num6, **Num4 _) is a good replacement for _AltGr+2 to get @, but not in this case. |
Same problem here with a French layout (azerty). I noticed that when bash is run from ConEmu, special characters are input correctly. Though arrow keys don't work anymore :( |
Same issue with Danish keyboard layouts. I think this is an issue with the newly improved Windows Console Host, it only seems to support US layouts for now. Additionally, using an alternative console like ConEmu doesn't seem to work either (specifically arrow keys, del, ins, home etc.), presumably since bash.exe depends on some of those console host improvements. |
Some kind of workaround: I noticed that pressing |
I haven't noticed any such problems in cmd. |
Nor the PowerShell console. It's only on the bash console. |
This laptop has Swedish keyboard. It's only when using Bash I have this problem not Cmd, that AltGr doesn't work for typing @£${[]}~|. Swedish characters also doesn't work åäöÅÄÖ even though they don't use AltGr. I tried this but it didn't work:
An idea is to have some script similar to raspi-config to configure keyboard etc, since normally in Ubuntu this is done using GUI tools, see https://github.com/RPi-Distro/raspi-config/blob/master/raspi-config |
I'm on a desktop with Swedish keyboard, experiencing the same issues as other people in this thread. |
I also have this issue with a french layout, and it is still present in build 14328. |
Note that trying to paste non-ascii characters in the console when bash is running also does not work. |
Same here for the Norwegian keyboard. AltGr isn't working, making it much more difficult than it should be to produce symbols like @£$€{[]} I've also noticed pressing AltGr+5 or AltGr+8 before the desired combination will force it to work as intended. It seems like AltGr+5 (which behaves just like Ctrl+Alt+5) is some kind of readline command. I'm in no way an expert in this, but Ctrl+Alt+5 and then pressing any number will produce (arg: [number]) . Not sure if this is helpful. |
We were only supporting ASCII character set. I have just finished some work to extend it to UTF-8 and honor windows keyboard layout mapping, so in the future you could type special non-ASCII characters. We are still working on updating tty to properly support UTF-8 (especially in cooked mode) and are currently investigating why special keyboard combinations are not transmitting proper keycodes. |
Great! Thanks for the update! |
Hey guys, so the proper input and ALTGR+Key combination should be fixed and eventually make its way to the one of the next flights. |
This is still an issue in Build 14342, and now it's worse because preceding with AltGr+5 doesn't work, but one can use AltGr+8. I have Swedish keyboard. |
Also instead of being able to enter characters that I would be able to enter normally into anywhere else with my Hungarian keyboard, there are some combinations that instead seem to be doing something else. E.g.
Or if I do
|
It is possible that not all changes made it into this flight. Even when the fixes get in, sometimes they might slip into the next build. |
Folks, still seeing the core dump issue with plymouth with the following HP Pavillion |
@wayne-kirk-schmidt: Could we open a separate issue for plymouth core dumping? |
We can. Aside from the information above, I'm assuming we'd want the native Windows information on MUI, IME, and language. What else do we need? |
Thats enough for start, thanks a lot @wayne-kirk-schmidt ! |
I have the exact same issue as @tedd with the Norwegian keyboard. AltGr+2 does not produce @ as expected, nor does AltGr+3 produce £, but instead a square �. This is with all Windows updates installed and Windows Bash installed for the first time today. |
@asteinlein - This is a long post and difficult to keep track now. For quicker resolution, can you please open a new issue, following the template? |
Gents, I know related existed on Japanese, Chinese ( simplified ), and
Korean last I checked.
I've seen a lot of updates recently, so I can rebuild the environment and
follow this protocol and see if the errors persist.
…On Sat, Jan 14, 2017 at 5:17 AM, Sunil Muthuswamy ***@***.***> wrote:
@asteinlein <https://github.com/asteinlein> - This is a long post and
difficult to keep track now. For quicker resolution, can you please open a
new issue, following the template
<https://github.com/Microsoft/BashOnWindows/blob/master/CONTRIBUTING.md>?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AClwcp8m3_soinofE9TcHTFeL_3relelks5rR9vlgaJpZM4IByCU>
.
--
Wayne Kirk Schmidt
*email: *wayne.kirk.schmidt@gmail.com
*skype:* wayne_k_schmidt *phone: * +81 090 9969 6111
*portal: *https://sites.google.com/site/waynekirkschmidt/
*profile: *http://www.linkedin.com/in/waynekirkschmidt
|
Thought I'd chime in with my findings on this. Turns out Asus GPU TweakII I have installed has global keyboard shortcut enabled for AltGr+2 (for the @ character). This introduces a slight delay in other programs when typing the keyboard combination as well, but the @ does show up. However, it seems like this slight delay somehow affects Windows Bash, as the character never appears. Disabling the keyboard shortcut in Asus GPU TweakII resolved the problem in Windows Bash for me, but it seems like this could possibly be improved regardless (since, as mentioned, @ did show up after a small delay in regular applications). |
I have an Italian Layout , On Windows 10 Pro version 1703 build 15063.483 |
I'm able to use altGr for everything except the top-left key on my keyboard; I have a custom version of the Swedish keyboard that replaces the default function of that key (which is usually §, ½, and no altGr character) to <, >, and |. The greater than/less than symbols work. However, when trying to input |, it inputs the § character instead. |
Running NeoVim for windows in a cmd.exe in Windows Terminal, I cannot type a $ sign (AltGr+4) inside NeoVim. It does not work in the legacy cmd.exe terminal either. |
I have this issue, I'm using WSL 1 with a Spanish layout. |
I'm using Slovenian keyboard layout, and there are problems inputting characters that require AltGr (this includes , |, {, }, [, ]). Sometimes the character appears properly, other the terminal just beeps.
The text was updated successfully, but these errors were encountered: