RE: Function Keys

Oct 10, 2003 0 Replies

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


Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required