--- In [email protected], Alex Peters <[EMAIL PROTECTED]> wrote: > On the other hand, some functions on my Logitech Cordless Elite keyboard > don't send scan codes,
I don't really know about it, but I suspect it's not true. Indeed there are some keys (:IME keys) in my keyboard too that keytrap's scanmode doesn't produce any output, but that doesn't mean the keys don't send scan codes. In my case, the scanmode produces null output because these IME keys send only KeyDown message, but no KeyUp message (:you may have already noticed the scanmode outputs the results after the keys are released). As a matter of fact, I could program these keys to work, even with KeyTrap, but with the restriction that 'ONKEYUP' parameter should not be set to 1. Sean Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
