Debugify

Debugify

16M Downloads

[Patch Request] MC-22882 - Cmd + Q closes game instead of drop stack on MacOS

Madis0 opened this issue ยท 2 comments

commented

Mojang Bug Report ID

MC-22882

Mod Loader

N/A

Bug adhere to the guidelines.

  • I made sure that this bug adheres to the guidelines.

Has not already been requested.

  • I am certain this patch has not already been requested.

Has not already been implemented.

  • I know that this patch isn't already in the latest version of the mod.

Example fix implementation

https://www.curseforge.com/minecraft/mc-mods/ctrl-q

commented

The example implementation mod let us use MacOS's "CONTROL" buton (but equal of Window's control on MacOS is CMD) instead of preventing game to close when we use "CMD + Q". If the patch can prevent game to close the itself on "CMD + Q" shortcut, it would be better than replacing shortcut to "CONTROL + Q"

commented

Afaik there is no way to prevent the shell from directly closing an app. Ctrl+Q would be the best.