Skip to content

Commit d09ac1a

Browse files
author
LexiconCode
authored
Clarify Aenea setup instructions (#699)
Clarify Aenea setup instructions
2 parents 09b2546 + 9bf3363 commit d09ac1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/readthedocs/Aenea.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@ Aenea-Caster compatibility includes:
1111
To use Aenea-Caster compatibility, do the following:
1212

1313
1. Make sure that Aenea is setup correctly by following the [instructions](https://github.com/dictation-toolbox/aenea).
14-
2. Change the `use_aenea` setting in your Caster settings.toml file to true.
15-
3. Copy the copypaste.py and copypaste.yapsy-plugin files from [magneto-host/server/linux_x11/plugins](https://github.com/Danesprite/magneto-host/tree/master/server/linux_x11/plugins) into your server plugins directory (usually *aenea/server/linux\_x11/plugins* or *aenea/server/osx/plugins*).
16-
4. Install dependencies for the copypaste plugin: `pip install yapsy subprocess32 pyperclip`
17-
5. Start/restart Dragon and the Aenea server.
14+
1. Copy `aenea.json`, which is usually created in `C:\NatLink\NatLink\MacroSystem` in the course of the Aenea install, to your NatLink User Directory. You can find this directory by running `Configure NatLink by GUI` and looking for the box titled UserDirectory. Often it is `C:\Users\<user>\Documents\Caster`.
15+
1. Change the `use_aenea` setting in your Caster settings.toml file to true. You may find settings.toml in `C:\Users\<user>\.caster\data`.
16+
1. Copy the copypaste.py and copypaste.yapsy-plugin files from [magneto-host/server/linux_x11/plugins](https://github.com/Danesprite/magneto-host/tree/master/server/linux_x11/plugins) into your server plugins directory (usually *aenea/server/linux\_x11/plugins* or *aenea/server/osx/plugins*).
17+
1. Install dependencies for the copypaste plugin: `pip install yapsy subprocess32 pyperclip`
18+
1. Start/restart Dragon and the Aenea server.
1819

1920
To use this functionality in your own grammar files, import `Key`, `Text`, `Mouse`, `AppContext` and/or `Clipboard` as below:
2021

0 commit comments

Comments
 (0)