Improper(intended) key mapping for HOME, END, PAGE UP, PAGE DOWN keys on windows.
April 22, 2020
4:43 p.m.
Dear developer community, I would like to report a suspicious behavior regarding HOME, END, PAGE UP, PAGE DOWN buttons on Windows. When working with a last GToolkit image I found out, that event handlers for these buttons return false key codes, for example : In "KeyboardKey >> initializeWindowsVirtualKeyTable" class method the HOME button is represented as: at: 16r24 put: (self value: 16rff50); " kVK_Home = 0x73" and value 16r24 is 36 ( '$' Dollar ASCII Symbol) that I find incorrect . At the same time "Character home" returns proper number 1. Similarly, it applies to other buttons. Is this an intended behavior or a bug? Best regards, Ivan Kravchenko.
2291
Age (days ago)
2291
Last active (days ago)
0 comments
1 participants
participants (1)
-
ivan.kravchenko@students.unibe.ch