This is a read-only mirror of pymolwiki.org

Difference between revisions of "Pickable"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (3 revisions)
 
(2 intermediate revisions by one other user not shown)
Line 8: Line 8:
 
To turn on click-to-select (default):
 
To turn on click-to-select (default):
 
<source lang="python">set pickable, 1</source>
 
<source lang="python">set pickable, 1</source>
 +
 +
[[Category:Settings]]
 +
[[Category:Mouse]]

Latest revision as of 02:00, 28 March 2014

Overview

The pickable setting is used to determine whether clicking atoms with the mouse can add or remove selections.

Syntax

To turn off click-to-select:

set pickable, 0

To turn on click-to-select (default):

set pickable, 1