Difference between revisions of "Button"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
 
"button" can be used to redefine what the mouse buttons do.
 
"button" can be used to redefine what the mouse buttons do.
+
 
 
===USAGE===
 
===USAGE===
 
   button <button>,<modifier>,<action>
 
   button <button>,<modifier>,<action>
+
 
 
===PYMOL API===
 
===PYMOL API===
 
<source lang="python">  
 
<source lang="python">  
Line 16: Line 16:
 
                 lb,  mb,  rb,  +lb,  +lbX, -lbX, +mb,  +rb,  
 
                 lb,  mb,  rb,  +lb,  +lbX, -lbX, +mb,  +rb,  
 
                 PkAt, PkBd, RotF, TorF, MovF, Orig, Cent  
 
                 PkAt, PkBd, RotF, TorF, MovF, Orig, Cent  
 
  
 
[[Category:Commands|button]]
 
[[Category:Commands|button]]

Revision as of 23:08, 2 June 2005

DESCRIPTION

"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