Page 1 of 1
key press down key up
Posted: Fri Jan 30, 2009 6:16 pm
by kartal
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
Posted: Mon Feb 02, 2009 11:45 pm
by Oleg
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.