WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Sending Keystrokes

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

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
File Created: 1999:04:15:16:56:38
Last Updated: 1999:04:15:16:56:38