Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to Hold Down Shift Key plus Downarrow

Keywords: 	 downarrow shiftkey

Question:

How do I hold down the Shift plus the Down arrow (a number of times).

Answer:

	Sendkeysto("~Netscape", "+{DOWN}+{DOWN}+{DOWN}")
or
	Sendkeysto("~Exploring", "+{DOWN}+{DOWN}+{DOWN}")
or
	Sendkeysto("~Netscape", "+{DOWN 3}")
which is the equivalent to SHIFT DOWN SHIFT DOWN SHIFT DOWN.
Article ID:   W13823
Filename:   Holding Down Shift Key plus Downarrow.txt