-
Notifications
You must be signed in to change notification settings - Fork 5k
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
cant type right bracket ']' #2379
Comments
I have the same problem and incidentally the same setup: Windows 7 French, Notebook 5.0.0, Chrome 57.0.2987.133. Typing "]" inside a cell does not work. |
Can you remind me what's the key combinaison on French keyboard for ] ?
AltGR-0 ? Does it do nothing ? Or insert something else? Can you try on
codemirror.net demo?
…On Apr 7, 2017 12:19, "Grant Nestor" ***@***.***> wrote:
Hmmm....
@Carreau <https://github.com/Carreau> @minrk <https://github.com/minrk>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2379 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAUez3evjPz9lBmZwNkeH2IvyNKUxxKUks5rtoxEgaJpZM4M1jqp>
.
|
its AltGr + (key below f9 on the picture ) |
Got the same issue with Jupyter (Anaconda 2) since last update 2 days ago French keyboard (and yes, it s indeed AltGr + ")", two keys left from backspace) Doing ] with Alt+93 from now, but quite annoying. Ask me anything if you want further informations to fix this |
I've tried with my mac, setup with french keyboard and unfortunately I can't reproduce. So I'll have to find an actual windows machine and likely a Physical french keyboard layout (with altgr) and see what we can do. How does it behave in codemirror directly ? |
Nothing wrong on codemirror for me. |
Got the exact same problem, french azerty layout, win10, chrome. Using firefox "solve" the problem. |
Anything new? |
No, without a windows machine with the bug to actually track it down I can't narrow down the issue. |
Confirming this issue with a German QWERTZ layout, Windows 7, Chrome version 58.0.3029.81 (64-bit), Jupyter version 4.3.0, Jupyter Notebook version 5.0.0. Am trying to type a "\" in a Markdown cell of an R notebook using AltGr + ß (ß is located directly under F9), nothing happens. The @ and € symbols both work (AltGr+Q, AltGr+E). Same behaviour in a code cell or a Python 3 notebook. Holding down AltGr brings up the crosshair you get by holding down Alt (used for vertical selection). Have just upgraded to Notebook version 5.0.0 and pip version 9, did not see the problem before the upgrade. |
Hmm, that's interesting. Maybe our use of a newer Codemirror version broke something. Does anyone have time to git bisect the |
If you're bisecting JS issues, by the way, you'll need to rebuild the JS at each step - see Setting up a development environment - and try to avoid your browser loading cached Javascript. |
Same here - can't type a \ in Chrome & IE. However, it works fine in Firefox. |
Same \ problem here on German keyboard, Win10 and Chrome. Works in Firefox. I used git bisect and found 1c8437a. The problem comes from the 'indentAuto' command in cell.js. In Chrome pressing the backslash-key-combo in a jupyter cell does indeed auto-indent . Removing the two 'indentAuto' lines and rebuilding the project fixes it. The backslash-key-combo is incorrectly indentified as 'Ctrl-Alt-['. Should be 'Ctrl-Alt-\' or any of 'ß ? \'. The Key-Event for the German backslash-key-combo in Chrome:
Firefox:
|
"[" on the Canadian french keyboard does not work |
The same problem with an spanishLAT keyboard. https://www.goodtyping.com/teclatLAT.png Pressing AltGr+' turn the cursor in a cross instead of write a backslash. |
I got the same problem on french keyboard, windows 7 pro (french version), and jupyter version 4.3.0. |
I can confirm this problem on Czech QWERTY keyboard with "[". Exactly the same result as @fbilbao. Windows 10, jupyter 4.3.0, Chrome 58.0.3029.110 (64-bit). |
I can confirm the Backslash problem with a German keyboard. Windows 10, Anaconda3, Chrome 58.0.3029.110 (64-bit). Workaround: Prior to pressing AltGr-ß, type "´" (acute)! |
I just submitted a PR that should fix this for both French and German keyboards. Since I have an English keyboard, I can't test myself, so I need someone here to help test.
|
I tested the PR in a new environment and can confirm, that it works (German, \ problem). |
Can any Mac users confirm if Cmd-Alt-[ or any other combination of Cmd-Alt-* is causing this issue? |
i still have this issue with AltGr+ß on a german keyboard, windows 10, chrome 59.0.3071.115, jupyter server 5.0.0, python 3.6.1 |
The change to fix it hasn't been released yet - we're aiming to make a 5.1 release this week which should have the fix in. |
Ah, then sorry to bother you and i am looking forward to the release :) |
Hi, should the 5.1 release already be available using "conda upgrade notebook"? I still get 5.0.0. I have the ALT+ key issue using a german keyboard. Thanks |
No, sorry, we're still trying to work out an issue some people have reported with the release candidates: #2747. |
Hi, |
Thanks, I can now type "]" using french keyboard/windows 10/chrome |
@vberlier Excellent! Thanks for letting us know. |
How should I process with conda ? Using Anaconda I guess the version 5.1 is not part of the repo yet... |
It is available on conda-forge: |
Found out that |
I confirm that |
@gnestor : Sorry for the late. |
does this also work for jupyter lab? |
@NairolfS, coming soon: jupyterlab/jupyterlab#3129 |
I am also facing issue that keyboard will stop working while using jupyter notebook. |
i cant type right bracket
Jupyter 5.01
Windows 7 ( French version ) and windows 10 ( french)
Chrome 57.0.2987.133
edit : work with firefox
The text was updated successfully, but these errors were encountered: