RE: Function Keys

When using R14 on a Win98SE box, I use this to program the function keys

***ACCELERATORS // ["F3"] 'zoom;w;\\; ["F4"] 'zoom;p; ["F11"] 'ddosnap ["F12"] 'ddunits [CONTROL+"UP"] (setvar "PICKBOX" (1+ (GETVAR"PICKBOX"))) [CONTROL+"DOWN"] (setvar "PICKBOX" (1- (GETVAR"PICKBOX"))) [CONTROL+"LEFT"] (setvar "snapang" (+ (GETVAR"snapang") 5)) [CONTROL+"RIGHT"] (setvar "snapang" (- (GETVAR"snapang") 5))

However, after upgrading to Win2K, the function keys no longer are programmed. BTW, this is a carry over menu from R12 Windows

Anybody know how to get the function programming back?

R. Wink

Reply to
R. Wink
Loading thread data ...

PolyTech Forum website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.