https://github.com/siphalor/amecs
A minecraft mod about extending keybindings
https://github.com/siphalor/amecs
fabricmc fabricmc-mod minecraft minecraft-fabric minecraft-fabric-mod minecraft-mod
Last synced: 3 months ago
JSON representation
A minecraft mod about extending keybindings
- Host: GitHub
- URL: https://github.com/siphalor/amecs
- Owner: Siphalor
- License: cc0-1.0
- Created: 2019-06-17T13:25:44.000Z (almost 6 years ago)
- Default Branch: 1.16
- Last Pushed: 2024-07-26T11:38:32.000Z (9 months ago)
- Last Synced: 2025-01-26T05:09:29.401Z (3 months ago)
- Topics: fabricmc, fabricmc-mod, minecraft, minecraft-fabric, minecraft-fabric-mod, minecraft-mod
- Language: Java
- Homepage:
- Size: 427 KB
- Stars: 33
- Watchers: 4
- Forks: 17
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Amecs

[](https://curseforge.com/minecraft/mc-mods/amecs)
[](https://modrinth.com/mod/amecs)
[](https://weblate.siphalor.de/engage/amecs/)A Minecraft Fabric mod that allows to add key modifiers (e.g. shift or control) to every keybinding
## About
Amecs (Alt-Meta-Escape-Control-Shift) allows you to redefine any keybinding in combination with modifier keys.
This is especially useful in conjuction with a lare amount of mods, so you don't need to find that one obscure key on your keyboard that isn't in use yet.Additionally, Amecs adds a search bar to the Controls screen and makes keybindings non-blocking, so you can use multiple keybindings with the same key.
## API
If you want to use key modifiers in your own mods' default keybindings, you'll want to use [Amecs API](https://github.com/Siphalor/amecs-api) which this mod is based on.
Amecs API also contains a bunch of other keybinding utilities like keybindings that trigger before any other key handling, so you can use e.g. while the user has some GUI open.## Translation Status
[](https://weblate.siphalor.de/engage/amecs/)
Contribute or improve translations [here](https://weblate.siphalor.de/engage/amecs).
## License
This mod is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.