iWhenever you finish entering text in the textboxes below, the line of text is added to a "recall" buffer.
Label1
If you want to recall a line of text, simply press the F2 key, or click on the "Recall" button, and a window containing a listbox will pop up.
Label1
aAfter selecting the line of text that you want to use, either Click the OK button or press Enter.
Label1
hFor demonstration purposes, we have pre-filled the recall buffer with some lines of text you can recall.
Label1
Enter text here
Text1
System
Label1
Enter text here
Text2
System
OkButton
System
RecallButton
&Recall
Label1
The "Recall" button simply sends the "hotkey" keycode and shift status, along with the desired control (the one which last had focus), to the MhKeyBuff procedure.