Difference between revisions of "Button"

From PyMOLWiki
Jump to navigation Jump to search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
 
'''button''' can be used to redefine what the mouse buttons do.
 
'''button''' can be used to redefine what the mouse buttons do.
  
Line 47: Line 47:
 
*Cent  
 
*Cent  
  
[[Category:Commands|button]]
+
[[Category:Commands|Button]]
 +
[[Category:Mouse|Button]]

Latest revision as of 14:27, 17 November 2009

button can be used to redefine what the mouse buttons do.

USAGE

button <button>,<modifier>,<action>

PYMOL API

cmd.button( string button, string modifier, string action )

NOTES

button:

  • L
  • M
  • R
  • S

modifers:

  • None
  • Shft
  • Ctrl
  • CtSh

actions:

  • Rota
  • Move
  • MovZ
  • Clip
  • RotZ
  • ClpN
  • ClpF
  • lb
  • mb
  • rb
  • +lb
  • +lbX
  • -lbX
  • +mb
  • +rb
  • PkAt
  • PkBd
  • RotF
  • TorF
  • MovF
  • Orig
  • Cent