Southsoftware.com
.:Pricing
Home
Products
Downloads
Support
Contacts
Site Map
.:Advanced Task Scheduler
About product
Key features
View screenshot
Download trial
Online manual
Purchase license
FAQ & Support
.:Web links

Southsoftware.com - Power tools for home and business users.

WebTweakTools.NET - Web site tweaking software.

more links...

   
Task Types: Send keys sequence

This type of scheduled task is designed for sending a combination of keys (or a text fragment) to the selected application.

Window title
Title of a window where the keys pressings (or the text) should be sent to.

All windows whose title begins with the specified text
Send keys to all windows whose title begins with the text specified under Window title.

Keys sequence to send
A string to be sent. This string can be formatted using the following rules:

Keys sequence formatting rules
TextKeys
[ascii characters]One or more characters represent each key. To specify a single keyboard character, use the character itself.
+Shift
^Control
%Alt
()To specify that Shift, Ctrl, and/or Alt should be held down while several other keys are pressed, enclose the keys in parentheses.
[]To specify text where all format characters are represented as keys.
{}Special format.

To specify one of special characters (+^%()[]{}), enclose it inside square brackets. For example, to specify the plus sign, use [+].

The following commands can be enclosed in the braces ({}):
{[Key]}[Key] - keyboard characters or not displayed character code.
{[Key] n}Repeat [Key] n times.
{DELAY n}Pause before sending next keystrokes for n milliseconds.
{ACTIVATE [Window title]}Activate [Window title].
{LOCALE [Locale name]}Activate keyboard locale [Locale name].
{DATETIME [Format]}Insert current date and/or time.

To specify characters that are not displayed when you press a key (such as Enter or Tab) and keys that represent actions rather than characters, use the following key codes:
BACKSPACEBACKSPACE key
BREAKPAUSE/BREAK key
CAPSLOCKCAPS LOCK key
CLEARCLEAR key
DELETEDELETE key
ENTERENTER key
ESCAPEESCAPE key
EXECUTEEXECUTE key
HELPHELP key
INSERTINSERT key
NUM LOCKNUM LOCK key
PRINT SCREENPRINT SCREEN key
SCROLL LOCKSCROLL LOCK key
SELECTSELECT key
SPACEBARSPACEBAR
TABTAB key
HOMEHOME key
ENDEND key
PAGE DOWNPAGE DOWN key
PAGE UPPAGE UP key
DOWN ARROWDOWN ARROW key
LEFT ARROWLEFT ARROW key
RIGHT ARROWRIGHT ARROW key
UP ARROWUP ARROW key
LEFT ALTLeft ALT key
LEFT CTRLLeft CTRL key
LEFT SHIFTLeft SHIFT key
LEFT WINLeft Win key
RIGHT ALTRight ALT key
RIGHT CTRLRight CTRL key
RIGHT SHIFTRight SHIFT key
RIGHT WINRight WIN key
APPSApplications key
Numeric keypad 0Numeric keypad 0 Key
Numeric keypad 1Numeric keypad 1 Key
Numeric keypad 2Numeric keypad 2 Key
Numeric keypad 3Numeric keypad 3 Key
Numeric keypad 4Numeric keypad 4 Key
Numeric keypad 5Numeric keypad 5 Key
Numeric keypad 6Numeric keypad 6 Key
Numeric keypad 7Numeric keypad 7 Key
Numeric keypad 8Numeric keypad 8 Key
Numeric keypad 9Numeric keypad 9 Key
Numeric MultiplyNumeric keypad Multiply key
Numeric AddNumeric keypad Add key
Numeric SeparatorNumeric keypad Separator key
Numeric SubtractNumeric keypad Subtract key
Numeric Decimal Numeric keypad Decimal key
Numeric DivideNumeric keypad Divide key
F1 keyF1 key
F2 keyF2 key
F3 keyF3 key
F4 keyF4 key
F5 keyF5 key
F6 keyF6 key
F7 keyF7 key
F8 keyF8 key
F9 keyF9 key
F10 keyF10 key
F11 keyF11 key
F12 keyF12 key
F13 keyF13 key
F14 keyF14 key
F15 keyF15 key
F16 keyF16 key
F17 keyF17 key
F18 keyF18 key
F19 keyF19 key
F20 keyF20 key
F21 keyF21 key
F22 keyF22 key
F23 keyF23 key
F24 keyF24 key

The following format specifiers can be used to define DATETIME format:
space or underscorespace
%dday in month
%wweekday (three letter abbreviation)
%Wfull weekday
%omonth number 1..12
%mmonth (three letter abbreviation)
%Mfull month
%ytwo digit year number
%Yfull year number
%hhour
%nminutes
%sseconds
%aam/pm
%AAM/PM
%ztime zone abbreviation (default: current zone)
%z=ABB - use time in specified time zone, but not add abbreviation
%z!ABB - use time in specified time zone and add its abbreviation

Examples:
abc+(abc){BACKSPACE} key: 0x61 (a)
key: 0x62 (b)
key: 0x63 (c)
key: SHIFT 0x61 (a)
key: SHIFT 0x62 (b)
key: SHIFT 0x63 (c)
key: 0x08 (.)
{a{+(o)}[+]} key: 0x61 (a)
key: SHIFT 0x6f (o)
key: 0x2b (+)
abc^(ab%(cd+ef))g key: 0x61 (a)
key: 0x62 (b)
key: 0x63 (c)
key: CTRL 0x61 (a)
key: CTRL 0x62 (b)
key: CTRL ALT 0x63 (c)
key: CTRL ALT 0x64 (d)
key: CTRL ALT SHIFT 0x65 (e)
key: CTRL ALT 0x66 (f)
key: 0x67 (g)
abc{BACKSPACE}{CLEAR[+] 5}[^]{$ 8} key: 0x61 (a)
key: 0x62 (b)
key: 0x63 (c)
key: 0x08 (.)
key: 0x0c (.)
key: 0x2b (+)
key: 0x0c (.)
key: 0x2b (+)
key: 0x0c (.)
key: 0x2b (+)
key: 0x0c (.)
key: 0x2b (+)
key: 0x0c (.)
key: 0x2b (+)
key: 0x5e (^)
key: 0x24 ($)
key: 0x24 ($)
key: 0x24 ($)
key: 0x24 ($)
key: 0x24 ($)
key: 0x24 ($)
key: 0x24 ($)
key: 0x24 ($)
{a{b 2} 5}{ENTER}[%[]^]{ENTER}text{ENTER} key: 0x61 (a)
key: 0x62 (b)
key: 0x62 (b)
key: 0x61 (a)
key: 0x62 (b)
key: 0x62 (b)
key: 0x61 (a)
key: 0x62 (b)
key: 0x62 (b)
key: 0x61 (a)
key: 0x62 (b)
key: 0x62 (b)
key: 0x61 (a)
key: 0x62 (b)
key: 0x62 (b)
key: 0x0d (.)
key: 0x25 (%)
key: 0x5b ([)
key: 0x5d (])
key: 0x5e (^)
key: 0x0d (.)
key: 0x74 (t)
key: 0x65 (e)
key: 0x78 (x)
key: 0x74 (t)
key: 0x0d (.)
{LOCALE English (United States)}English text{ENTER}{LOCALE German}German text{ENTER} command LOCALE(English)
key: 0x45 (E)
key: 0x6e (n)
key: 0x67 (g)
key: 0x6c (l)
key: 0x69 (i)
key: 0x73 (s)
key: 0x68 (h)
key: 0x20 ( )
key: 0x74 (t)
key: 0x65 (e)
key: 0x78 (x)
key: 0x74 (t)
key: 0x0d (.)
command LOCALE(German)
key: 0x47 (G)
key: 0x65 (e)
key: 0x72 (r)
key: 0x6d (m)
key: 0x61 (a)
key: 0x7e (n)
key: 0x20 ( )
key: 0x74 (t)
key: 0x65 (e)
key: 0x78 (x)
key: 0x74 (t)
key: 0x0d (.)

{DATETIME %d %w %W %o %m %M %y %Y %h:%n:%s %a %A %z}{ENTER} command DATETIME(%d %w %W %o %m %M %y %Y %h:%n:%s %a %A %z)
key: 0x0d (.)
TEXT1{DELAY 1000}TEXT2 key: 0x54 (T)
key: 0x45 (E)
key: 0x58 (X)
key: 0x54 (T)
key: 0x31 (1)
command 1(1000)
key: 0x54 (T)
key: 0x45 (E)
key: 0x58 (X)
key: 0x54 (T)
key: 0x32 (2)
{ACTIVATE Untitled - Notepad}{LEFT ALT}{DOWN ARROW}{DOWN ARROW}{DOWN ARROW}{DOWN ARROW}{ENTER}c:\filename.txt{ENTER} Activate "Untitled - Notepad" and perform "Save as..." command.

   
About us   Privacy policy   Terms of use   Link to us
Designed by Vibe
Current Version: 1.5
Build 0445

The following prices are based on a single order and volume discounts.
#Each
1-4$ 39.95 USD
5-9$ 34.95 USD
10-49$ 29.95 USD
50-99$ 24.95 USD
100+$ 19.95 USD
.:Requirements
Computer: Minimum required by operating system you are running.
Disk Space: Under 8 MB
Operating System: Advanced Task Scheduler requires Microsoft Windows 9x/ME/NT/2000/XP operating systems.
.:Translate
Translate
(automatic translation by Google)