--- In [email protected], [EMAIL PROTECTED] wrote:
> Still doesn't work. Debug reports 
> 0 2 740
> And then after changing script it reports
> 0 7 740
> 
> There's still no change to the led's....which is what I've been
> watching for changes on when testing all these scripts.

Then, lastly, try to replace:

hDev=dll.call("CreateFile|s ui ui ui ui ui ui",;;+
?"\\.\Keybd",0,1,0,3,0,0)

to

hDev=dll.call("CreateFile|s ui ui ui ui ui ui",;;+
?"\\.\Keybd",0x40000000,0,0,3,0,0)

If even this doesn't work, I think it's a driver issue.

> Note keytrap should be able to do this, but in my testing this:
> win.debug(Keytrap.GetKeystate(1,144))
> Always reports 1.

This works correctly on my system. As I said previously, it may be
because I changed the driver:
from
Standard 101/102-Key or Microsoft Natural PS/2 Keyboard

to
Korean PS/2 Keyboard (103/106 Key)

I changed it as with the standard driver I couldn't use the hotkeys
like RCtrl+Numpad 0, etc while LCtrl + Numpad 0 etc worked fine
(:these were not PP's hotkeys). You may try to change the driver too.

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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/power-pro/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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/
 



Reply via email to