|
Options - Applications |
Top Previous Next |
|
The Applications dialog allows you to configure supported applications. If an application is not listed yet, you can add it by creating a new application template (see chapter Add new Applications).
If an application is a web browser, you can choose between the internal method and the keystrokes method to add a document. Method 1: Internal method The internal method works only with web browsers. Dependently from the used browser, Local Website Archive will load the page in a separate window before it can be archived. Method 2: Send keystrokes This method sends keystrokes to the selected application to save a document. Local Website Archive generates the filename and sends it to the "Save as" dialog. This method works with many applications, so you're able to archive documents from your email client, news reader, etc.
Supported keystrokes:
Examples:
%f{$}s{$}<FILENAME>{Enter}
This keystroke definition sends the following keystrokes to the selected application: %f (...for Alt+File) {$} (...wait 0.1 seconds) s (...for "Save") {$} (...wait 0.1 seconds) <FILENAME> (...enters the generated filename) {Enter} (...for pressing the Enter key)
If an application uses Ctrl+Shift+S for the Save command, the following keystroke definition can be used:
(+^s){$}<FILENAME>{Enter} Disable applications Disabled applications or applications which are not fully configured are not listed in the "Add To Archive" dialog.
|