-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Cannot write \ in cells (text and code cells) #2469
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
Comments
This may be related to #2379. There seems to be a regression for users of non-English keyboard layouts. Possibly to do with CodeMirror. Unfortunately, none of the core devs have the right kind of keyboard to reproduce the issue, so we need someone with such a keyboard to dive into it. |
@takluyver No need to change the hardware keyboard, just change the layout through your os? |
No, we tried with changing layout. The browser uses location information of
keys not key code for the buggy part of the code. We actually need a non
English physical layout.
…On May 21, 2017 09:27, "Jan Gleixner" ***@***.***> wrote:
@takluyver <https://github.com/takluyver> No need to change the hardware
keyboard, just change the layout through your os?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2469 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUezzLtzkXKtdRpePk3MjP9br5jlX-uks5r8GYNgaJpZM4NPO2q>
.
|
Oh ok. https://w3c.github.io/uievents/tools/key-event-viewer.html shows no difference between my Laptop's German QWERTZ and my USB US QWERTY for |
I have found a workaround: Type "´" (acute) before AltGr-ß! |
@ruboerner ThX for the tip but it would be better to fix this issue once and for all for the sake of the poor souls forced to use a German keyboard... (being German or Not) |
Hi i am having the same problem and thank you for the workaround. Would be nice to have the issue fixed, on previous versions i did not have the problem. |
Same issue here, but the proposed workaround is not working for me (MS Edge, Win10, using jupyter Notebook 5.0.0, anconda 4.3.24, python 3.6.0). |
Same issue here, but it works in Firefox and not in Chrome. UK keyboard with German keyboard layout, running UK Firefox on UK Win 8.1 works. Changing Windows keyboard layout to UK and it works in chrome too. |
If you're on notebook 5.0 or older, try upgrading to 5.1. |
Yes, upgrading to |
Just installed the notebook last week and I had this issue too. For me, the workaround is "^" though. Hope that helps. Still thanks @ruboerner for giving me the idea. |
i take the asci code... |
Hi, I'm currently living in Japan, but using an English version of Windows. I am having the same problem except that it produces a"¥" instead of the "" Typing in a browser, "" shows up, but in the notebook, the yen sign shows up. I tried the asci code alt+92, but it returns with the yen sign again. Any suggestions? I'm on notebook 5.6.0 |
I do not know why but suddenly the combination ALTGr + ? (equal to ) does not work anymore. The mouse cursor does change to a cross when pressing the combination but I cannot find a corresponding keyboard shortcut. As you can see from the title, I can write backslashes in the same browser.
Python 3.5.2 |Anaconda custom (64-bit)| (default, Jul 5 2016, 11:41:13) [MSC v.1900 64 bit (AMD64)]
Any ideas ?
The text was updated successfully, but these errors were encountered: