how to use only the keyboard?
hello,
I want to use only the keyboard...
evetything is ok and I'm succeeding up 'till now...
but I wanted to know, how can I fill fields like the "v" field or the choice
option? (like the one that lets you choose the icon for the thread)
I know how to get the focus over it, but I don't know how to use it...
:wave:
Re: how to use only the keyboard?
Re: how to use only the keyboard?
Are you automating something? Filling in what form? A web form or a windows form?
Re: how to use only the keyboard?
Cycle through the radio buttons using TAB, press space to select the one you want.
Re: how to use only the keyboard?
Or use MouseKeys that is built into Windows....
Goto Desktop, press F1 and search for Mousekeys :) then activate it, the Num Pad now acts s though it is a mouse :) and the key 5 is the equivalent of a left-mouse click :)