Remap Gag Manager from Alt+N to Alt+F2

Alt+N conflicted with direction_plugin.xml's south-west movement key
and was silently shadowing it (Gag Manager loads later, so its binding
won). Alt+F2 is unused. Updated the accelerator, the config dialog
title, and the readme accordingly.
This commit is contained in:
OlegTheSnowman
2026-07-11 00:09:58 +03:00
parent cb006abcb8
commit c3d85360c1
2 changed files with 396 additions and 7 deletions

View File

@@ -107,7 +107,7 @@ The soundpack mirrors game text into a separate notepad-style window titled "out
- **Ctrl + 1** to **Ctrl + 0**: Recall a recent output line by position from the end (tap once to speak it, twice to copy it, three times to paste it into the command line)
### Gag Manager
- **Alt + N**: Open the Gag Configuration menu (see [Gag Manager](#gag-manager) below)
- **Alt + F2**: Open the Gag Configuration menu (see [Gag Manager](#gag-manager) below)
## Gag Manager
@@ -116,7 +116,7 @@ Gags let you hide or replace lines of game text you don't want to see or hear -
### Opening the gag menu
Press **Alt + N** to open the Gag Configuration menu. From there you can:
Press **Alt + F2** to open the Gag Configuration menu. From there you can:
* **Create a new gag** - a 3-step walkthrough: the text to match, how to gag it, and which category to file it under.
* **Delete an existing gag** - pick from a list of everything you've gagged.
@@ -135,11 +135,6 @@ Press **Alt + N** to open the Gag Configuration menu. From there you can:
Your gags are saved to `gags.lua`, next to your world file (`worlds/Cosmic Rage/gags.lua`). It's a plain, human-readable file, so you can copy it to share your gag list with someone else or keep it as a backup. To load someone else's list, drop their `gags.lua` into your own `worlds/Cosmic Rage/` folder - this replaces your existing gags, so back yours up first if you want to keep it.
### Known issue
**Alt + N** is also bound to south-west movement by another plugin. Because Gag Manager loads after it, Alt+N currently opens the gag menu instead of moving you - southwest movement via that key doesn't work right now.
## FAQ
**Q: My soundpack isn't working. What should I do?**