Mouse Commands| *Tip:
Keyboard commands are more reliable than mouse clicks, so use them instead of mouse commands when possible.
|
Mouse Click Move Move to Window Move to Image Click on Image Save Current Position Return to Saved Position |
Mouse Click
| *Tip: For a normal mouse click, choose the options "Left" and "Down+Up". |
| Option | Description | Useful For |
| Button: Left | Performs the operation using the left mouse button | Clicking on items |
| Button: Right | Performs the operation using the right mouse button | Displaying a context menu |
| Button: Middle | Presses and holds the middle mouse button (sometimes this is the middle scroll wheel) |
Displaying the "Scroller" in web browsers |
| Button: Wheel Scroll | Rolls the scroll wheel forward or backward | Scrolling in a web browser, or zooming in other applications |
| Press Type: Down | Presses and holds a mouse button | Beginning a drag operation |
| Press Type: Up | Releases a mouse button | Ending a drag operation |
| Press Type: Down+Up | Presses and then releases a mouse button | A normal click |
| Press Type: Double-Click | Quickly Presses and releases a mouse button twice | Performing a double-click to activate items; only used for the Left mouse button |
*Tip:
Here's an example of how to do dragging: ![]() |
Move
| *Tip:
The (X,Y) setting can contain embedded calculations.
This allows easy position increments for each mouse movement.
For example, the first coordinate can be (10,10), the second at (10,10+20), the third at (10,10+40), etc.
This is especially useful with variables: (%x+10, %y-20)
Under normal circumstances, an equals sign must precede a formula calculation. |
Move to Window
Move to Image
Click on Image
Save Current Position
Return to Saved Position