You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system: MacOS Sequoia 15.0.1 (the issue was also present in earlier versions) Browser: Firefox, latest version
As the title says, I have a problem with some keyboard inputs not interpreted correctly in the playground. I have a input method mapping OPT+SPACE/ALT+SPACE to underscore (0x95, _), which works perfectly fine on all applications and websites except for the rust playground.
For some reason, the input is simply ignored and no character is displayed, and I have to copy and paste manually each time I want to use an underscore (which is pretty often when snake-case is the convention).
Has anybody run into this problem before ? Is there some customization that I’m not aware of to make this work ?
The text was updated successfully, but these errors were encountered:
I am using Ace. I tried the first editor, and the same shortcut triggers the completion list.
I also tried it on the Monaco editor, and it works as expected both in the playground and the link you gave me, so the problem is definitely coming from Ace
Operating system: MacOS Sequoia 15.0.1 (the issue was also present in earlier versions)
Browser: Firefox, latest version
As the title says, I have a problem with some keyboard inputs not interpreted correctly in the playground. I have a input method mapping
OPT+SPACE
/ALT+SPACE
to underscore (0x95,_
), which works perfectly fine on all applications and websites except for the rust playground.For some reason, the input is simply ignored and no character is displayed, and I have to copy and paste manually each time I want to use an underscore (which is pretty often when snake-case is the convention).
Has anybody run into this problem before ? Is there some customization that I’m not aware of to make this work ?
The text was updated successfully, but these errors were encountered: