He is enabling and disabling a hotkey for Win+H. The W+h is seen in a hotkey export file.
Regards, Sheri --- In [email protected], Thomas Wölk <[EMAIL PROTECTED]> wrote: > > * Alan Martin writes: > > > ;;------- save this as ToggleCADkey.powerpro --------------- > > > > static CADkeyOFF = not CADkeyOFF > > ;; that switches the variable between 1 and 0 > > > > if(CadkeyOFF)do > > Exec Hotkeys on W+h > > cl.SetBackColor("bar1","KeysIndicator","0 192 0") > > else > > Exec Hotkeys off W+h > > cl.SetBackColor("bar1","KeysIndicator","192 0 0") > > endif > > quit > > Alan, what mean "W+h" in the lines "Exec Hotkeys on W+h"? > > -- > TIA, Thomas. > 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/
