Hi,

First, does your hotkey contain [alt] or [ctrl] key that can make your
application loose the focus ?

Try a hotkey with *key MyTextToPaste if it works your hotkey is valid !

Try a hotkey with a menu using :
*Keys {filemenu PathToMenu/menuDefGen.txt} can be a solution for your pb !

I did some test and it seem that it is the fastest way to send info
from a menu to a specific field and if work with all the application i
tried.

You can specify icon, separator, ... MaxColumnCount .... background
see help file or powerpro.doc
 
To have Specific application menu entries, you can use the :

*Keys {filemenu PathToMenu/menuDefGen.txt, PathToMenu/*.txt} 
or
*Keys {filemenu PathToMenu/menuDefGen.txt; PathToMenu/*.txt} 
to get a separator between the GenericMenu and the MyApp.txt menu file
 (if we assume MyApp is the lauched Application).

OR
@"ctxMyApp" *Format Context =MyAppName
sep
include PathToMenu/menu.MyDomain.txt
@"ctxMyApp" *Format EndContext


nsp 






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