Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quat1024/rebindnarrator
Can Mojang make me stop updating this mod please
https://github.com/quat1024/rebindnarrator
Last synced: 30 days ago
JSON representation
Can Mojang make me stop updating this mod please
- Host: GitHub
- URL: https://github.com/quat1024/rebindnarrator
- Owner: quat1024
- License: lgpl-3.0
- Created: 2018-06-28T17:17:22.000Z (over 6 years ago)
- Default Branch: trunk
- Last Pushed: 2023-10-20T05:25:29.000Z (about 1 year ago)
- Last Synced: 2023-10-20T14:18:42.135Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 217 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Rebind Narrator
Adds an option to the controls screen under "misc" to rebind the narrator key. That's all it does. ~~Fabric~~ Fabric and Forge ~~1.16.1~~ ~~1.17.0~~ ~~1.18.2~~ ~~1.19.2~~ ~~1.19.4~~ ~~1.20~~ ~~1.20.1~~ 1.21.1.
## Fabric version
Integration with AMECS/NMUK (disabled in 1.21)
**AMECS integration.** If you have [AMECS](https://www.curseforge.com/minecraft/mc-mods/amecs) installed, it will honor your choice of modifier keys & allow for multiple keybindings. This is notable because the narrator key is processed super early on, way before the vanilla keybinds system/AMECS can have a say.
**NMUK integration.** If you have [No More Useless Keys](https://www.curseforge.com/minecraft/mc-mods/nmuk) installed, it will honor your choice of alternate keybindings. Same deal here.
### If AMECS is *not* installed
The vanilla behavior of requiring a Ctrl press will still be in effect. If you bind narrator to `K` for instance, you would toggle it by pressing `Ctrl-K`.
## Forge version
**Forge integration**. Will honor your choice of modifier keys in the Forge keybindings screen. Will appear in the global KeyConflictContext.
## Known limitations
The narrator key is processed very early on before reaching Minecraft's normal keybinding system, for some reason. (That this mod works at all is a miracle.)
* Binding the narrator key to a mouse button will probably not work.
* (forge/amecs/whatever) Making the keybinding entirely out of modifier keys (such as `Ctrl+Shift` and nothing else) will not work.