Adding two simulated key actions to LMB

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
Tester
New User
Posts: 2
Joined: Mon Oct 02, 2017 8:34 pm

Adding two simulated key actions to LMB

Post by Tester »

So I'd like to add two actions while holding down left click,

I've managed to create it so it constantly clicks at 16 cps while im holding down left click but I'd also like to allow it to rightclick every 4-5 clicks without it seeming like its clicking in bursts (rapidly clicks 5 times and then right clicks once, does delay then repeats)

Is there any way I am able to add two separated simulated key functions to one button while still keeping clicks smooth?

also thankyou for your last reply on my previous question, this application is so useful and I think once I know how to use it to its full potential it's going to come in handy.

Thanks again,
Joel
User avatar
injtsvetkov
Fanatic
Posts: 293
Joined: Mon Jun 06, 2016 8:51 am

Re: Adding two simulated key actions to LMB

Post by injtsvetkov »

Try this in SimKeys:

Code: Select all

{LMB}{WAITMS166}{LMB}{WAITMS166}{LMB}{WAITMS166}{LMB}{WAITMS166}{LMB}{WAITMS166}{RMB}
and set the Auto repeat delay to 996 ms. This is approximately 6 clicks per second.

If you need around 16 clics per sec then you divide 1000 ms by 16 (~63 ms) and multiply 63 by 6 (=378) so:

Code: Select all

{LMB}{WAITMS63}{LMB}{WAITMS63}{LMB}{WAITMS63}{LMB}{WAITMS63}{LMB}{WAITMS63}{RMB}
and Auto repeat delay of 378 ms.

I hope that helps you :)
HAMA Mirano
Windows 8.1 x64, Intel i5-3230M @ 2.60GHz, 4GB
Post Reply