Page 1 of 1

[15 Sep 2008] missing keys from OS4 keyboard

Posted: Sat Jun 13, 2020 5:31 pm
by lazi
Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 15 Sep 2008 10:50:52 +0200

Hello!

It seems to me that the event or system library (dunno which one) functions in the OS4 version misses some keys, e.g.: pagedown pageup F11 F12 insert home end

Try this:

Code: Select all

function p_keyboard(msg)
debugprint (msg.key)
endfunction

Installeventhandler({OnKeyDown=p_keyboard})

repeat
  waitevent
forever


[15 Sep 2008] Re: missing keys from OS4 keyboard

Posted: Sat Jun 13, 2020 5:31 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 15 Sep 2008 23:32:48 +0200
Hello!

It seems to me that the event or system library (dunno which one) functions in the OS4 version misses some keys, e.g.: [...]
This is a known issue. MorphOS and AROS already support non standard Amiga keys like F11, F12 but on OS4 I've had difficulties in listening to these keys. I hope to get this done for the next version.