Button: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(-deprecated tags) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''button''' can be used to redefine what the mouse buttons do. | |||
===USAGE=== | ===USAGE=== | ||
button <button>,<modifier>,<action> | |||
===PYMOL API=== | ===PYMOL API=== | ||
cmd.button( string button, string modifier, string action ) | |||
===NOTES=== | ===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 | |||
[[Category:Commands| | [[Category:Commands|Button]] | ||
[[Category:Mouse|Button]] |
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