rust-playground
rust-playground copied to clipboard
Can't use certain keyboard input in the playground
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 ?