EscFix

Quick rating

EscFix

No reviews yet

Closes any GUI with 0+Back combo on MojoLauncher / PojavLauncher

Mod Loaders
Forge
Minecraft
1.21 1.20 1.19 1.18 1.17 1.16 1.15 1.14 1.13

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Where It Runs
Client Only

Runs entirely on the client. Works on vanilla servers.

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.0.0
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

EscFix

A lightweight client-side mod that fixes the inability to close GUIs on mobile Minecraft launchers such as MojoLauncher and PojavLauncher.

The problem Mobile launchers like MojoLauncher and PojavLauncher intercept the Android Back button at the system level and never pass it to the game as ESC. On top of that, both launchers don't allow you to bind the ESC key to an on-screen button - any attempt to assign it automatically gets replaced with Back. This makes it impossible to close any mod GUI that relies on ESC to exit, such as item radial menus, custom config screens, or any mod that doesn't provide its own close button.

The fix EscFix listens to keyboard events directly inside open GUIs and closes the screen when it detects the 0 + Back combo - before the launcher can interfere.

How to use

  1. In your launcher's on-screen button settings, create a combo button that sends both Back and 0 simultaneously
  2. Open any GUI in-game
  3. Tap that button - the GUI will close

Creating a combo on-screen button is the most convenient way to use this mod on mobile, since holding two separate buttons while playing can be awkward.

Compatibility

  • ✅ Minecraft Any version
  • ✅ MojoLauncher
  • ✅ PojavLauncher
  • ✅ Any other launcher that remaps Back to key 1
  • ✅ Client-side only - no server installation needed
  • ✅ Compatible with all mods that use standard Forge GUI system

Technical details The mod hooks into GuiScreenEvent.KeyboardInputEvent.Pre - a Forge event that fires before the GUI processes input. When the combo is detected, the event is cancelled (preventing any other action) and the current screen is closed via reflection, making it compatible even with obfuscated builds.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works