Sending Keystrokes

You can send keystrokes to a dictionary when it is opened to look up the word that is on the clipboard. The keystrokes setting can contain normal letters as they are. You can use the following prefix characters:

+    Shift
@   Alt
^   Control

So, for example, ^v would send the keystroke Ctrl+v. You can also send extended keys, using the following codes in curly brackets { }:

 INS
 DEL
 ENTER
 TAB
 ESC
 BACK
 UP
 DOWN
 LEFT
 RIGHT
 PGDN
 PGUP
 END
 HOME
 F1
 F2
 F3
 F4
 F5
 F6
 F7
 F8
 F9
 F10
 F11
 F12

So, for example, ^{INS} would send Ctrl+Insert. There are also some special non-keystroke options:

CLEAREDIT

Attempts to focus any edit control and clears the text in it

IFSTART

Keys only sent if the program is not already open

IFOPEN

Keys only sent if the program is already open