# Installing

* Download the MorseWriter application and the code chart from the provided link.
* Run `MorseWriter.exe`.
* Configure your options:
  * For two-key mode, the key on the left dropdown menu corresponds to `dit` (•), and the key on the right corresponds to `dah` (−).
  * Optionally, use a third key for the return character to avoid timing issues.
* Press "Go".
* Minimize the coding window if needed.
* Minimize the black debug window. Note: Closing this window will close the application.
* All normal key entry is now disabled. To stop the script, use the system tray icon to quit the app.
* To escape Morse entry, use `Ctrl + Shift + P` to pause it.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acecentre.org.uk/products/morsewriter/installing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
