How can I do this?

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
Nightingale
New User
Posts: 4
Joined: Sat Jul 17, 2021 6:53 am

How can I do this?

Post by Nightingale »

I'm playing a game called Genshin Impact and using XMBC for some simple combos. Basically just hold left mouse button then press space. This is what I was using: {HOLDMS:350}{LMB}{SPACE}, sadly it didn't work as I want. I did figure out why though. In order to perform this combo, I have to press space while still holding LMB, not after releasing LMB.
So is there anyways I can use XMBC to hold LMB for 350ms, but press space after holding LMB for about 150-200ms? sorry if what i just wrote confused you, I'm not very good at English.
User avatar
phil
Site Admin
Posts: 7627
Joined: Sun Apr 06, 2003 11:12 pm

Re: How can I do this?

Post by phil »

Try using send method 3, rather than 1 or 2.
And try: {LMB}{WAITMS:50}{SPACE} with send method 3.

Method 3 is run while you hold the buttons down - and it presses the keys when you press the button and releases them when you release the button - which means that it should hold LMB and then space and then release space and then release LMB.

If that does not work, other methods probably will but you will have to try various methods, probably combined with {PRESS}/{RELEASE} with, for example:
{PRESS}{LMB}{SPACE}{RELEASE}{LMB}
--[ 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)
Nightingale
New User
Posts: 4
Joined: Sat Jul 17, 2021 6:53 am

Re: How can I do this?

Post by Nightingale »

Thank you sir. It works perfectly
Post Reply