Enable boxes

Discuss RoboTask here
Post Reply
carroll
Posts: 12
Joined: Wed Feb 11, 2009 2:58 pm

Enable boxes

Post by carroll »

How do I check or uncheck multiple enable boxes.  I takes too much time to check or uncheck the boxex one at a time
Thanks  Carroll
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Enable boxes

Post by Oleg »

When the checkbox is selected you may change its state by pressing the spacebar.
So you may send approx such key sequence:
" {TAB} {TAB} {TAB} " etc.
(space beween TAB keys.)
Space changes the state of the checkbox and the TAB-key selects the next input element
Post Reply