schHiDefaultAction
schHiDefaultAction( ) => t / nil
Description
Performs the default editing action for the object under the cursor.
For schematics, this means descending into an instance, editing a label directly on the canvas, or performing schExtendSelectPt for any other object. In a symbol, only labels have a default action (on-canvas edit).
Typically, you will want to register this as a mouse bindkey (for example, a double-click of the left mouse button which is the default binding shipped with the schematic editor).
Arguments
Value Returned
Related Topics
Return to top