[15 Sep 2008] missing keys from OS4 keyboard
Posted: Sat Jun 13, 2020 5:31 pm
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:
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