Toggle Isometric and Standard Snap via F4
Hi,I would like to toggle isometric and standard snap via pressing the key F4. Therefore I added the following tool in the customize dialog boxID: snap_sTitle: isometric snap on / offcommand: $M=$(if,$(eq,$(getvar,SNAPSTYL),0),'_SNAPSTYL 1,'_SNAPSTYL 0)The command does not work. The SNAPSTYL variable is only changed once to 0 (if it was 1 before) and not toggled.Why? Any ideas? What am I missing?Thanks in advance.Martin
0
Comments
-
Try replacing '0' by 'OFF' in the command : $M=$(if,$(eq,$(getvar,SNAPSTYL),OFF),'_SNAPSTYL 1,'_SNAPSTYL 0) kind regardsPieter
0 -
Thank you very much! It works!
0
This discussion has been closed.