Page 1 of 1

4 CLICKS + 1 HOLD

Posted: Sun Mar 17, 2024 4:25 pm
by aliselvi
Please fill in this template when posting!
XMBC Version:
Installed or Portable version:
Windows Version:
Mouse Information (brand/model):
Relevant Computer Information (CPU, RAM etc):
Did the problem occur after an upgrade of XMBC? (If so, from what version?):
Did the problem occur after a Windows update/upgrade? (If so, from what version?):
How long have you used XMBC?:
What language and keyboard layout do you use in Windows?:

Clear description of the problem - try and include as much information as possible, including what button and mappings you are having problems with (if applicable).:

Here is what I need XMBC to do:

LMB SIMULATES: FOUR simultaneous LMB clicks at (100ms delay) each, followed by one LMB HELD DOWN (for 500ms), then repeat the whole process from the start.

Thank you for the awesome software, BTW.

Re: 4 CLICKS + 1 HOLD

Posted: Sun Mar 17, 2024 6:53 pm
by phil
Does the following work?

Simulated keystrokes, method 6 (repeat) or method 7 depending on if you want to hold the button down or not...
{LMB}{WAITMS:100}{LMB}{WAITMS:100}{LMB}{WAITMS:100}{LMB}{WAITMS:100}{HOLDM:500}{LMB}

Re: 4 CLICKS + 1 HOLD

Posted: Sun Mar 17, 2024 8:49 pm
by aliselvi
Well,

{LMB}{WAITMS:100}{LMB}{WAITMS:100}{LMB}{WAITMS:100}{LMB}{WAITMS:100}{HOLDM:500}{LMB}

command line seems to just randomly do the last bit: {HOLDM:500}{LMB}

Re: 4 CLICKS + 1 HOLD

Posted: Tue Mar 19, 2024 9:56 pm
by phil
Have you tried anything else? Maybe instead of {holdms:500}{lmb} you could try {LMBD}{WAITMS:500}{LMBU}
Or maybe {PRESS}{LMB}{WAITMS:500}{RELEASE}{LMB} (not sure about that one)

The holdms option appeared to work here but its quite difficult to tell with {LMB} - I'll have to investigate further when I have some time to look into it.