Double Click at Current Position
Double Click at Current Position
Performs a mouse double click at the position where the cursor is at the moment of the execution. Useful for opening files, folders or interacting with elements that require a double click.
- Version 2.0
- Version 1.0
Options
Click type
Select which mouse button will be used for the double click:
- Left button: Performs the double click with the left mouse button (default).
- Right button: Performs the double click with the right mouse button.
Options
Click type
Select which mouse button will be used for the double click:
- Left button: Performs the double click with the left mouse button (default).
- Right button: Performs the double click with the right mouse button.
Number of double clicks
Enter how many times the double click will be executed at the current cursor position.
Returns
This action has no returns.
Rules and Conditions
- The cursor must be positioned correctly before this action is executed.
- Use the mouse move actions to position the cursor before the double click.