|
|
|
NirCmd Command Reference - sendmouse
|
sendmouse [right | left | middle] [down | up | click | dblclick]
sendmouse [move] [x] [y]
sendmouse [wheel] [Wheel Value]
Sends the specified mouse event to the system.
The operating system will behave exactly as the user really made the specified mouse action.
Heres some example of sendmouse command:
- Sent a right click (For most applications, a context menu is opened):
sendmouse right click
- Sent a double-click with the left mouse button:
sendmouse left dblclick
- Press the left mouse button, move the mouse cursor 30 pixels left and 20 pixels down, and then release the button:
sendmouse left down
sendmouse move -30 20
sendmouse left up
- Scroll the mouse wheel 10 units in standard wheel mouse. (On standard wheel mouse, the wheel value should be a multiple of 120).
sendmouse wheel 1200
Other commands:
NirCmd Web Page
Download NirCmd
NirSoft Web Site
|
|
|