MANTRA
======

A keyboard automation utility for Windows. One file, no installer.


INSTALL
-------
1. Install AutoHotkey v2 (v2.0 or later) from autohotkey.com.
2. Put Mantra.ahk anywhere you like -- its own folder is tidiest, because it
   writes its settings and log next to itself.
3. Double-click Mantra.ahk. It lives in the tray; double-click the tray icon to
   open the window.

On first run it has no game-specific labels. That dressing lives in a separate
file, Mantra.ini, which is shared by hand -- ask whoever sent you this.


FILES IT CREATES BESIDE ITSELF
------------------------------
Settings.ini        your binds, timings and preferences
Mantra_debug.txt    a plain-text log of notable events


SETTINGS.INI KNOBS
------------------
Edit these by hand while Mantra is CLOSED. Both are on by default in this build.

  [Update]
  enabled=1         check for a newer release when the machine is idle, verify
                    its signature, and swap itself. Set to 0 to never check.

  [Report]
  enabled=1         if Mantra faults, upload its debug log during an idle spell
                    so the fault can be diagnosed. Set to 0 to never upload.
                    Nothing is sent unless something actually went wrong.


UPDATING
--------
Automatic when [Update] is on: it only applies a build signed with the release
key, only when the machine has been idle, and never mid-session. Your
Settings.ini is untouched by an update.


UNINSTALL
---------
Exit from the tray and delete the folder. Nothing is written anywhere else --
no registry keys, no AppData, no services.
