Project

General

Profile

Bug #113

Scancode function is returning the wrong scan codes. (Sometimes even NaN)

Added by Brian Flanagan about 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
02/04/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Example: Help_43 from AMOSPro_Examples disk.
The Scancode function results are completely screwed up.

Example results:

Keys: 1 2 3 4 5 6 7 8 9 0 - = (top row of keys [partial])
should return 1 2 3 4 5 6 7 8 9 10 11 12.
instead returns NaN NaN NaN NaN NaN NaN NaN 65 NaN NaN NaN NaN

Keys: q w e r t y u i o p (next row of keys [partial])
should return 32 33 34 35 36 37 38 39 40 41.
instead returns 0 0 0 NaN NaN NaN NaN NaN NaN NaN

Keys: a s d f g h j k l ; - (third row [partial])
should return 32 33 34 35 36 37 38 39 40 41
instead returns 64 0 95 0 0 79 76 78 77 NaN

etc.

Here's a good reference for the scan codes: https://wiki.amigaos.net/w/images/thumb/1/12/LibFig34-2.png/800px-LibFig34-2.png

Also available in: Atom PDF