> --- In [email protected], tempUser <[EMAIL PROTECTED]> wrote:
> > > Then, you may have to wait until 'EATMOD' is implemented which is 
> > > planned if possible.

I've been hoping that Russel would have the time to fix the WaitKey command
under XP...last time I tested this function, no matter what the Param 2
equaled, it would always eat the key, instead of passing it to the system.
See doc below.
--------
Usage:
    KeyTrap.WaitKey(x,y)
    
Param 1:
    x     - The virtual key code of the key to wait.  Run
keytrap.scanmode(1)
            to check the vkcode of the keys or refer to the file
vkcodes.htm.
          - You can enter multiple vkcodes by separating them with a comma.
            WaitKey will return if any one of the keys was pressed.
                E.g. KeyTrap.WaitKey("9,8,32")
          - To wait for any key use the value 0:
                E.g. KeyTrap.WaitKey(0)
                
Optional Param 2:
    y     - Parameter to tell KeyTrap to eat this key instead of
            passing it to the system.  Default value is 1.
                1   - eat the key
                0   - pass the key to the system
--------------
David Troesch  |  Atlanta, GA  |  ICQ# 2333123
Using Outlook Express and want some color? http://tinyurl.com/39goy
Funstuff: Billboard on the side of the road: Keep your eyes on the road and
stop reading these signs.



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/
 



Reply via email to