key press down key up

Discuss RoboTask here
Post Reply
kartal
Posts: 1
Joined: Fri Jan 30, 2009 6:14 pm

key press down key up

Post by kartal »

HiIs it possible to state the condition of the keys(when sending keystrokes) like key pressed(down) or key up?
Last edited by kartal on Fri Jan 30, 2009 10:16 pm, edited 1 time in total.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

key press down key up

Post 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.
Post Reply