Meaningful Shortcut Keys Listing.

 From:  Michael Gibson
2134.2 In reply to 2134.1 
Hi Brian, it would probably be possible for me to do that if I disallowed having custom script code on a shortcut key and only allowed you to pick from a fixed list of actions that a key could possibly do.

But so far I have put more of a priority on not making restrictions like that.


It is possible to put a comment into the start of a piece of script, you can do that by putting a description inside of a /* */ comment block just after the script: keyword, for example:

script: /* Place a comment here */ moi.geometryDatabase.deselectAll();


- Michael