[squeak-dev] Squeak thinks all the input character is capital letter.

Bert Freudenberg bert at freudenbergs.de
Mon Jul 19 05:35:52 UTC 2010


On 18.07.2010, at 11:27, =B0=FB=BC=F6=C8=F1 wrote:

> I can write the capital letter and lower case letter in workspace.
>=20
> But squeak thinks all the input character is capital.
>=20
> All printed letter is capital letter no matter whether I turn on the =
Caps Lock or not.
>=20
> keyDown: evt
>=20
> 	| char |
> 	char :=3D evt keyCharacter.
> 	"Transcript show:char;=20
> 	             show: ' ';
> 	             show:char asciiValue."


keyDown ~=3D keyStroke

- Bert -





More information about the Squeak-dev mailing list