autoLoadBindKeys
layout autoLoadBindKeys boolean { t | nil }
Description
Loads the Layout.il file automatically when you run virtuoso. The Layout.il file is searched for in the following locations:
-
<install_dir>
/share/cdssetup/dfII/bindkeys/Layout.il -
~/.cadence/dfII/bindkeys/<customBindKey>.il -
./.cadence/dfII/bindkeys/<customBindKey>.il
The Layout.il file, if found, is loaded from each location in the order specified above. Each Layout.il file is appended to the one that was loaded last. If the Layout.il files contain any overlapping bindkey settings, the bindkey settings defined in the Layout.il file loaded last take effect.
The default is t. When set to nil, the Layout.il files are not automatically loaded from the above specified paths.
GUI Equivalent
Examples
envGetVal("layout" "autoLoadBindKeys")
envSetVal("layout" "autoLoadBindKeys" 'boolean nil)
Related Topics
Bindkeys in Virtuoso Layout Suite
Return to top