Shortcut to turn on/off hidden geometry?

 From:  Michael Gibson
7834.2 In reply to 7834.1 
Hi Glenn, you mean a keyboard shortcut to do the same thing as the View > "Display hidden lines" checkbox?

You can do that one by putting in this script for the command part of a shortcut key:

script: /* Toggle showing hidden lines*/ moi.view.showHiddenLines = !moi.view.showHiddenLines;

- Michael