Temporary Lock of Geometry via Keystroke & Moving Geometry?

 From:  Michael Gibson
11939.5 In reply to 11939.3 
Hi OSTexo,

For this part:
> Yes, I'd like to be able to select a surface and toggle lock it via keyboard shortcut.

You can make a keyboard shortcut that does the same as pushing the Edit > Lock button by putting in this for the "Command" part of the shortcut key:

script: moi.geometryDatabase.lock();

- Michael