Hi Bruce,

thanks for your help!

Creating a new folder ("n") works now, but "UP" and "I" still don't
work as expected. 
Using the keyboard-keys for ALT-Left/Right work but not the PP-command.

I also tried the following without success:
I=win.keys("{alt}{right}{alt}")

Is there a way, I can investigate what's going wrong?


Hint for others:
;I=win.keys{"%{right}") <<< small typo: see bracket
I=win.keys("%{right}") 


"As per the help, you need full path.  Just use pprofolder++"...""
Thanks... works now.

I understood, that the path could be removed, if the INI is in the
main folder.
"(You can also omit entirely the filepath to use the mousegesture.ini
file in the same folder as the PowerPro pcf file.)" << PP-Helpfile

Cheers...



> 
> The following worked for me
> UP=win.keys("%{left}")
> n=win.keys("%fwf {enter}")
> I=win.keys{"%{right}")
> 
> - extra % deleted from n=
> - use %x, not {alt}x  ({alt}x{alt} may work, but single {alt}
> simulates depress key but does not release it)
> 
> 
> 
> 
> > Although the INI is in the same folder as the PP.pcf, i cannot use 
> this:
> > mousegesture.init(1,"mousegestures.ini")
> 
> As per the help, you need full path.  Just use pprofolder++"..."
>


Reply via email to