FR Button to toggle snap to locked objects.

 From:  Michael Gibson
10648.2 In reply to 10648.1 
Hi Dodgy, you can set up a keyboard shortcut to do that.

Go to Options > Shortcut keys and push Add.

After setting the key you want to use, put this in for the Command part:

script: /* Toggle snap to locked objects */ moi.drawingAids.snapToLockedObjects = !moi.drawingAids.snapToLockedObjects;

Then you should be able to push that key to toggle it without needing to go into the Options dialog.

- Michael