Cursor getting back to its original position

x64 Replacement/Alternative to Microsoft's IntelliMouse application.
Forum rules
Please read the forum rules before posting for the first time.
The more information you can provide, the quicker and more accurately someone can help.
NOTE: To reduce spam, new users can not post links, files or images until they have at least 4 posts.
Post Reply
Greysen
New User
Posts: 1
Joined: Fri Jan 27, 2017 4:36 pm

Cursor getting back to its original position

Post by Greysen »

Hi,

This is the most obvious option we can find on macro softwares, i've searched everywhere but i dont find it. X-Mouse is really the best for me but this option is too essential. I searched on this forum but it seems no one asked, i looked carefully on the settings, tried some tricks but no way...
Is there somewhere a simple option to make the cursor back to its original position before the use of automatic click, or a trick u know ?

Thank u very much for ur help
User avatar
injtsvetkov
Fanatic
Posts: 293
Joined: Mon Jun 06, 2016 8:51 am

Re: Cursor getting back to its original position

Post by injtsvetkov »

Well you can set the coordinates you want the cursor to go to in Sim Keys and send it there with the click of a button. Or if you want to make some other actions and then make the cursor go to the desired position, you can simply put the coordinates in the end of the string in Sim Keys - after all other actions assigned to the particular button.
HAMA Mirano
Windows 8.1 x64, Intel i5-3230M @ 2.60GHz, 4GB
User avatar
BriHecato
Dedicated
Posts: 87
Joined: Tue Sep 06, 2016 9:09 am

Re: Cursor getting back to its original position

Post by BriHecato »

I know what is Greysen about - he propably already use mouse coordinates - but want to mouse return to start point after done with his simkey "macro" - and this start point each time can be different.

That's why we have

Code: Select all

{MSAVE} Save the current cursor position
{MREST} Restore the last saved cursor position
Yupikayey! Just tried:

Code: Select all

{MSAVE}{ASET:100,100}{WAIT:1}{MADD:100,100}{WAIT:1}{MREST}
Let the PC do the hard work = AHK + C# + HTML/CSS/JS + XMBC + Clavier+ + AutoLisp + VBA/OOB
User avatar
phil
Site Admin
Posts: 7681
Joined: Sun Apr 06, 2003 11:12 pm

Re: Cursor getting back to its original position

Post by phil »

It is worth mentioning that {MSAVE} and {MRESTORE} are only available in the 2.15 (so for now, the beta).
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
User avatar
Kukurykus
Fanatic
Posts: 395
Joined: Sat Jul 02, 2016 1:15 pm

Re: Cursor getting back to its original position

Post by Kukurykus »

I'm glad to see {msave} and {mrest} will be useful not only for me :D
HAMA Roma, Rapoo 3920P
Windows 10 x64, Intel i5-4670K @ 3.40GHz, 8GB,
Intel(R) HD Graphics 4600, Intel SSD 179 GB HDD
Post Reply