Button: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
mNo edit summary
(-deprecated tags)
 
(One intermediate revision by one other user 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 6: Line 6:


===PYMOL API===
===PYMOL API===
<source lang="python">
cmd.button( string button, string modifier, string action )
cmd.button( string button, string modifier, string action )
</source>


===NOTES===
===NOTES===

Latest revision as of 07:29, 4 September 2024

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