HiIs it possible to state the condition of the keys(when sending keystrokes) like key pressed(down) or key up?
key press down key up
key press down key up
Last edited by kartal on Fri Jan 30, 2009 10:16 pm, edited 1 time in total.
key press down key up
RoboTask can retrieve the state of the following keys:
CapsLock
NumLock
ScrollLock
See the system variables (in "keyboard" group)
{CapsLockState}
{NumLockState}
{ScrollLockState}
These variables return True if key is ON and False otherwise.
CapsLock
NumLock
ScrollLock
See the system variables (in "keyboard" group)
{CapsLockState}
{NumLockState}
{ScrollLockState}
These variables return True if key is ON and False otherwise.