From 783d8d14effa1f74c6c967b88f3b185b052212f2 Mon Sep 17 00:00:00 2001 From: Sukil Etxenike Date: Tue, 23 Jun 2020 16:19:02 +0200 Subject: [PATCH] Fix readme.md (cosmetic changes) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f32f78..babfdcc 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,10 @@ You can also review all of the windows without having to switch to them. The rev - Alt+Right - next window - Alt+Left - previous window - Alt+1-9 - switch to the window with that number + When you're done playing the game, ReadTheSpire will close automatically. If you want to quit it sooner, you can do so by pressing CTRL+Q. You can also customise which windows get monitored by editing watchlist.txt. The file format is one window title per line. By default, ReadTheSpire monitors the Output, Choices, player, monster and relic windows. You can add or remove them simply by changing this file. You can also add a window to appear as a buffer accessible with the review keys, but not spoken automatically, by putting an asterisk (*) before the window name. The hand and map windows are configured like this by default. Finally, you can also add text substitutions to change how certain text is spoken or silence it all together. By default, a substitution is included to silence the debug intents for monsters and clean up things like relic and potion displays that don't include a space after the number. -To do this, edit substitutions.txt. The format for this file is =replacement, where pattern and replacement are regular expressions. \ No newline at end of file +To do this, edit substitutions.txt. The format for this file is \=\, where pattern and replacement are regular expressions.