Emulate holding down a key
Emulate holding down a key
Is there a way to emulate pressing and holding a key (for a certain length of time, etc)?
Emulate holding down a key
Send keystrokes action can simulate keystrokes only and can't hold the key. After execution of action it makes all keys into released state.
In any case, I think that it's a good idea. probably we'll implement this in near future.
In any case, I think that it's a good idea. probably we'll implement this in near future.
Emulate holding down a key
You can do this by another program: http://softboy.net/key (Key Transformation by SoftBoy).
Last edited by DraBS on Wed Jan 07, 2009 11:20 am, edited 1 time in total.
Re: Emulate holding down a key
With RoboTask 10.1, we have:
+ New variables
ShiftKeyState,
CtrlKeyState,
AltKeyState,
WinKeyState.
Does it mean we can emulate holding down those keys?
+ New variables
ShiftKeyState,
CtrlKeyState,
AltKeyState,
WinKeyState.
Does it mean we can emulate holding down those keys?
Re: Emulate holding down a key
No, these variables return the state of the key.
true - pressed
false - released
If you want emulate holding down these keys look at the action Shift Keys State
true - pressed
false - released
If you want emulate holding down these keys look at the action Shift Keys State
Oleg Yershov