Action with periodic repetition

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
Vlad
New User
Posts: 2
Joined: Tue Nov 09, 2021 9:52 am

Action with periodic repetition

Post by Vlad »

Data: X-Mouse Button Control v2.19.2 (x64), Windows 10 Professional Edition (build 16299) 64-bit,
Logitech HID-compliant G3/MX518 Optical Mouse (manufacturers software is off)

Hello
In a graphics application, when I aim, press and drag the cursor over a specific area, the brush parameters change. I want to record this action with periodic repetition on one mouse button.
The script {MSET:195,280}{LMB}{MADD:50,y} in mode - During (press on down, release on up) works, but multiple presses of this button are required. In mode - Repeatedly while the button is down, I can visually see the movement of the cursor, but nothing happens. Changing the delay does nothing.
Is it possible to somehow achieve the action in a loop while the button is pressed?
Thanks
User avatar
phil
Site Admin
Posts: 7627
Joined: Sun Apr 06, 2003 11:12 pm

Re: Action with periodic repetition

Post by phil »

Try:

{MSET:195,280}{PRESS}{LMB}{MADD:50,y}{RELEASE}{LMB}

That might do it.
--[ 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)
Vlad
New User
Posts: 2
Joined: Tue Nov 09, 2021 9:52 am

Re: Action with periodic repetition

Post by Vlad »

Thanks for the answer
I have already tried a similar variant, it did not work :(
Rather, I'm surprised that something works in During (press on down, release on up) mode.
I suspected that cursor movement and actual mouse movement are different events for the application
Post Reply