pteEnableMouseBindings
layout pteEnableMouseBindings boolean { t | nil }
Description
Turns on or off the selectability of a layer-purpose pair when a right-click is performed in the Layers panel.
The default is t. When set to nil, it causes a right-click in the Layers panel to display the context-sensitive Palette menu.
GUI Equivalent
Examples
envGetVal("layout" "pteEnableMouseBindings")
envSetVal("layout" "pteEnableMouseBindings" 'boolean nil)
Related Topics
Return to top