[15 Sep 2008] missing keys from OS4 keyboard

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
lazi
Posts: 626
Joined: Thu Feb 24, 2011 11:08 pm

[15 Sep 2008] missing keys from OS4 keyboard

Post 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

User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

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

Post 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.
Locked