spaceFuncName
layout spaceFuncName string "functionname"
Description
Binds the name of the specified function to the space bar. The leArrowFunc function executes the function named by this environment variable, and the leHiCreateWire function automatically sets spaceFuncName to leHiAddWireVia, which accepts Up or Down to select the default via leading to the next layer above or below the current layer. The default value is an empty string "".
GUI Equivalent
Examples
envGetVal("layout" "spaceFuncName")
envSetVal("layout" "spaceFuncName" 'string "myfunction")
Related Topics
Variables to Customize the Interactive and Assisted Routing Settings
Return to top