Click here to Skip to main content
15,867,973 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have two monitors one is a touch screen, i want doing a click one my touch screen without moving the mouse position (pointer)
is there a simple autohotkey script that it return to previous position of mouse.
i use keystarter 1.0 software you can make in 3d a list of button icons with autohotkey command scripts. you can push the buttons with your mouse or touch device.
you are able to create 3d virtual keyboard, 3d clipboard, 3d popup menus
for more info click here

What I have tried:

::^b ;press ctrl + b to freeze the mouse pointer
BlockInput MouseMove
return

::^r ;press ctrl + r to release the mouse pointer
BlockInput MouseMoveOff
return
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900