Problem Delay script
Posted: 24 Nov 2018, 13:41
I'll explain my problem
In practice I should do:
1. I need to remap a second keyboard to be joined to the main one.
2. The software with which I need to use the keyboard has already preset some commands but with a function a bit anomalous. I'll explain.
in practice the CTRL + 1/2/3/4 / a / b / c / d / e commands are preassigned ...
only that as I understand it, the function is activated with a small delay say 100ms (now I'm trying to tell me from the manufacturer of the software which delay there is) ...
I basically have to press CTRL to wait for a small amount of time and press the 1/2/3 button whatever it is ...
how can I tell HIDMACROS
press the numpad1 key on the "keyboard2"
this keynumber 1 must start an example key sequence
CTRL (delay 100ms) and then press num1
so in the software the associated function will start.
I hope it is not a difficult thing to do and that I have explained myself
if you can write me the code of a single line then I will repeat all the lines I need ...
thank you very much
In practice I should do:
1. I need to remap a second keyboard to be joined to the main one.
2. The software with which I need to use the keyboard has already preset some commands but with a function a bit anomalous. I'll explain.
in practice the CTRL + 1/2/3/4 / a / b / c / d / e commands are preassigned ...
only that as I understand it, the function is activated with a small delay say 100ms (now I'm trying to tell me from the manufacturer of the software which delay there is) ...
I basically have to press CTRL to wait for a small amount of time and press the 1/2/3 button whatever it is ...
how can I tell HIDMACROS
press the numpad1 key on the "keyboard2"
this keynumber 1 must start an example key sequence
CTRL (delay 100ms) and then press num1
so in the software the associated function will start.
I hope it is not a difficult thing to do and that I have explained myself
if you can write me the code of a single line then I will repeat all the lines I need ...
thank you very much