[squeak-dev] [BUG] Keyhandling on Windows

Thiede, Christoph Christoph.Thiede at student.hpi.uni-potsdam.de
Fri Feb 28 18:24:18 UTC 2020


Ctrl + Home - keystroke '<Cmd-a>' (97)

Ctrl + End - keystroke '<Cmd-d>' (100)

Ctrl + Insert - keystroke '<Cmd-e>'

Ctrl + PageUp - keystroke '<Cmd-k>'
Ctrl + PageDown - keystroke '<Cmd-l>' (108)
Only Ctrl + Delete works ...
________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Thiede, Christoph
Gesendet: Freitag, 28. Februar 2020 19:20:30
An: Squeak Dev
Betreff: Re: [squeak-dev] [BUG] Keyhandling on Windows


Possibly related issue:

Ctrl + End generates an event like this: keystroke '<Cmd-d>' (100)

________________________________
Von: Squeak-dev <squeak-dev-bounces at lists.squeakfoundation.org> im Auftrag von Thiede, Christoph
Gesendet: Freitag, 21. Februar 2020 14:22:18
An: Squeak Dev
Betreff: [squeak-dev] [BUG] Keyhandling on Windows


Hi all,


sorry to report to you another, though minor issue related to keyboard handling.


Steps to reproduce:

  *   Open a fresh trunk image on Windows
  *   turn off num lock (so that 4 works like arrowLeft)
  *   Go to any editor, such as workspace
  *   Press the number key 5

Expected behavior:
No character is inserted, as digits are turned off.

Actual behavior:
The quotes character (") is inserted.

Notes:
The issue already existed in Squeak 5.2, 4.6 and 3.9 (from my random tests).

Best,
Christoph
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20200228/77998f92/attachment.html>


More information about the Squeak-dev mailing list