Runtime Requirements
- Minecraft
1.20.1 - Forge
47.4.16 - Java 17
Ctrl Your Alternative Escape (CYAE) is a Forge 1.20.1 mod that adds tri-modifier keybind behavior and an alternative in-game escape workflow.
ctrlyouralternativeescape
Acronym: CYAE
Version: 1.0
Minecraft: 1.20.1
Loader: Forge 47.4.16
Java: 17
CYAE ships as a standard Forge mod jar for Minecraft 1.20.1.
1.20.147.4.16mods folder..\gradlew.bat genIntellijRuns .\gradlew.bat runClient .\gradlew.bat runServer .\gradlew.bat build
CYAE extends key handling and keybinding lookup so tri-modifier actions only trigger when Ctrl + Shift + Alt are down.
5
Key screen, lookup, key mapping, and keyboard handler hooks.
2
Custom category + action label shown in controls UI.
1
Tri-modifier mapping file saved in the Forge config directory.
Ctrl + Shift + Alt.Ctrl + Shift + Alt + Key.These are the behavior rules CYAE enforces at runtime for keybinding assignment and activation.
| Action | Input | Result |
|---|---|---|
| Alternative Escape | Ctrl + Shift + Alt + Esc in-game |
Opens pause screen and cancels default handling. |
| Tri-bind assignment | Set key while all 3 modifiers are held | Binding is stored as tri-modifier-enabled. |
| Tri-bind clear | Press Esc while selecting a key |
Binding is removed from tri-modifier store. |
| Modifier key only | Attempt to bind just Ctrl/Shift/Alt |
Ignored for tri-bind capture. |
| Tri-bind activation | Key pressed without all modifiers | Action does not trigger. |
CYAE behavior is client-side and focused on input handling rather than content progression systems.
Search known CYAE behavior patterns by context, trigger, or label keyword.
| Binding | Context | Trigger |
|---|---|---|
| Alternative Escape | In-game | Ctrl + Shift + Alt + Esc |
| Tri-Modifier Assign | Controls Screen | Select key while holding all modifiers |
| Tri-Modifier Clear | Controls Screen | Press Esc while selecting a key |
| Display Label Rewrite | Controls Screen | Shows Ctrl + Shift + Alt + key |
| Lookup Filtering | Input Lookup | Tri bindings hidden unless modifiers are down |
| Down-State Guard | Key State | Key returns not-pressed without all modifiers |
These rows are documentation summaries of CYAE input behavior, not data-driven recipe content.
src/main/java/com/nftl/ctrlyouralternativeescape/src/main/resources/META-INF/mods.tomlsrc/main/resources/ctrlyouralternativeescape.mixins.jsonsrc/main/resources/assets/ctrlyouralternativeescape/lang/en_us.jsonrun/config/ctrlyouralternativeescape-common.tomlconfig/ctrlyouralternativeescape-trimod-keybinds.propertiesForgeGradle 6.x Mixin 0.8+ Controlling Searchables
Note: Metadata currently uses All Rights Reserved as the mod license.