Mouse Clicks

 

The following mouse commands do not display a Macro Express window when editing and are inserted directly into the macro script. Open the Mouse category of commands and double click on one of the options listed below to insert into the script. This list also represents how the commands are displayed in the Script Editor.

 

Mouse Left Button Down

Mouse Left Button Up

Mouse Left Click

Mouse Left Double Click

Mouse Middle Button Down

Mouse Middle Button Up

Mouse Middle Click

Mouse Middle Double Click

Mouse Right Button Down

Mouse Right Button Up

Mouse Right Click

Mouse Right Double Click

 

These commands execute mouse clicks during the playback of the macro. First, use the Mouse Move command or another command that positions the mouse before inserting a mouse click command.

 

 

Left Mouse Button Options
 

Mouse Left Button Down - Holds down the left mouse button without releasing it. This can be used for dragging items during macro playback.

Mouse Left Button Up - Releases the left mouse button from its held down position.

Mouse Left Click - Clicks the left mouse button one time.

Mouse Left Double Click - Double clicks the left mouse button.

 

 

Middle Mouse Button Options
 

Mouse Middle Button Down - Holds down the middle button of a three button mouse without releasing it.

Mouse Middle Button Up - Releases the middle button of a three button mouse from its held down position.

Mouse Middle Click - Clicks the middle button of a three button mouse one time.

Mouse Middle Double Click - Double clicks the middle button of a three button mouse one time.

 

 

Right Mouse Button Options
 

Mouse Right Button Down - Holds down the right mouse button without releasing it.

Mouse Right Button Up - Releases the right mouse button from its held down position.

Mouse Right Click - Clicks the right mouse button one time.

Mouse Right Double Click - Double clicks the right mouse button one time.

 

 

üNote: If using one of the Mouse Button Down commands, make sure to include a corresponding Mouse Button Up command in the macro. Otherwise the mouse may become stuck in the down position.