[squeak-dev] Unix keyboard events lose track when multiple keys pressed or keys held down

tim Rowledge tim at rowledge.org
Sun Jan 17 22:23:13 UTC 2021



> On 2021-01-17, at 1:40 PM, Herbert König <herbertkoenig at gmx.net> wrote:
> 
> If it's Scratch on a Raspi I can do for German.

Ah, excellent.

> -Where to find the script to add the LC_all?
> -What to do / load?

The easiest thing to do on a Pi is probably

sudo nano /usr/bin/scratch
just before the line "$WRAPPER "$VM" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS"
add 
unset $LC_ALL
ctl-o
y
ctl-x

That should result in LC_ALL being undefined for the child process that actually runs scratch. I think.

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Useful Latin Phrases:- Fac ut vivas. = Get a life.




More information about the Squeak-dev mailing list