Project

General

Profile

Bug #674

Scancodes in Amiga mode are wrong

Added by Paul Kitching about 3 years ago. Updated about 3 years ago.

Status:
Rejected
Priority:
Normal
Target version:
-
Start date:
02/24/2021
Due date:
% Done:

0%

Estimated time:
0:00 h
Affected version:

Description

It looks like the scancodes are using the AOZ ones, as they are both the same, and different to AMOS.

//#manifest: "amiga"
do
    SKEY$=""
    While SKEY$=""
        SKEY$=Inkey$
    Wend
    SCODE=Scancode
    If SCODE=33 then print "yes"
    print SCODE
    wait vbl
loop

Files

Amiga_Keymap.png (88 KB) Amiga_Keymap.png Amiga Keymap (HEX codes) Brian Flanagan, 03/12/2021 01:01 PM

Also available in: Atom PDF