Перейти к содержимому
Mineforgian

CMD + Delete

Fix macOS text navigation shortcuts in chat/books/signs/etc + allow custom shortcuts.

Загрузки
1K
Подписчики
6
Обновлён
13 августа 2026 г.
Лицензия
Apache-2.0

Опубликован 7 февраля 2026 г.

CMD + Delete

In Minecraft on macOS, pressing option + backspace deletes a single character, and pressing command + backspace deletes a word. This is completely inconsistent with the native OS, so I fixed it...

This mod also functions as a fully configurable text editing/navigation shortcut framework for Minecraft with custom mappings JSONs and sharecodes, in-game switching, and more!

Some Context

  1. If you use this mod on Windows or Linux, and you don't use custom mappings, nothing will change from vanilla Minecraft.
  2. If you have any problems with this mod, please report them as Issues on GitHub. This mod is Open Source and Pull Requests are very much welcome! :)
  3. For technical information about custom mappings and how the mod works, you should go to the CMD + Delete documentation.

Note:

CMD + Delete is a Fabric mod which also supports Quilt for Minecraft 1.14.4 to the latest version.

It also supports Forge 1.20.1 and NeoForge 1.21.1, but only with Sinytra Connector.

A showcase of opt/cmd + backspace in chat.

Builtin Mappings' Shortcuts

By default, CMD + Delete will detect if you're using macOS, and if you are it'll set you to those shortcuts, otherwise it will set you to use Windows/Linux shortcuts.

Action macOS Windows / Linux
Delete previous word option + backspace ctrl + backspace
Delete next word option + delete ctrl + delete
Delete to start of line cmd + backspace N/A
Delete to end of line cmd + delete N/A
Move to previous word option + ctrl +
Move to next word option + ctrl +
Move to start of line cmd + home
Move to end of line cmd + end
Move to start of text cmd + ctrl + home
Move to end of text cmd + ctrl + end
Select to previous word option + shift + ctrl + shift +
Select to next word option + shift + ctrl + shift +
Select to start of line cmd + shift + shift + home
Select to end of line cmd + shift + shift + end
Select to start of text cmd + shift + ctrl + shift + home
Select to end of text cmd + shift + ctrl + shift + end
Select up one line shift + shift +
Select down one line shift + shift +

Other Builtin Mappings

CMD + Delete also now provides these other builtin mappings:

  • builtin:emacs_windows_linux the standard Windows/Linux shortcuts for text navigation in Emacs to the best replication I can make (they're not perfect).
  • builtin:emacs_mac the standard macOS Cocoa shortcuts for text navigation in Emacs to the best replication I can make (they're not perfect).
  • builtin:readline the standard shortcuts for text navigation in GNU Readline to the best replication I can make (they're not perfect).

Licensing

  • The CMD + Delete mod itself is licensed under the Apache 2.0 license.
  • The CMD + Delete wiki/documentation is licensed under the CC BY 4.0 license.
  • All builtin mappings JSON files are aviable under either the Apache 2.0 license or the CC BY 4.0 license (You may chose to comply with either license).
  • You may include CMD + Delete in any CurseForge and/or Modrinth modpack.

Ченджлог

1.4.3+mc26.3Релиз26.3-snapshot-6, 26.3-snapshot-7, 26.3-snapshot-8 · 13 августа 2026 г.

1.4.3

Changes:

  • Sharecode generation should now produce more explicit error messages on failure instead of silently catching them and generating broken sharecodes like CDS:EV1::0.
  • Properly error on invalid types for boolean values in mappings JSONs in all cases.
  • Make the strings for the /navmappings info command actually translatable.
  • Make some improvements to various strings across the mod.
  • The mappings loader now throws for the file not being found if it is a folder/directory instead of a file.
  • The licenses of 3rd-party libraries redistributed with CMD + Delete are now properly included in the mod jar.
  • Internal code improvements.

Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.2+mc26.1...1.4.3+mc26.1

1.4.3b+mc1.20Релиз1.20, 1.20.1 · 11 августа 2026 г.

1.4.3b

Changes:

  • Fixed a dependency configuration issue on 1.21.11 and earlier that actually caused the crash in 1.4.3/1.4.3a.

Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.3a+mc1.21.11...1.4.3b+mc1.21.11

1.4.3b+mc1.20.5Релиз1.21.3, 1.21.4, 1.21.5 · 11 августа 2026 г.

1.4.3b

Changes:

  • Fixed a dependency configuration issue on 1.21.11 and earlier that actually caused the crash in 1.4.3/1.4.3a.

Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.3a+mc1.21.11...1.4.3b+mc1.21.11

1.4.3b+mc1.21.9Релиз1.21.11-rc1, 1.21.11-rc2, 1.21.11-rc3 · 11 августа 2026 г.

1.4.3b

Changes:

  • Fixed a dependency configuration issue on 1.21.11 and earlier that actually caused the crash in 1.4.3/1.4.3a.

Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.3a+mc1.21.11...1.4.3b+mc1.21.11

1.4.3b+mc1.21.11Релиз26.1-rc-1, 26.1-rc-2, 26.1-rc-3 · 11 августа 2026 г.

1.4.3b

Changes:

  • Fixed a dependency configuration issue on 1.21.11 and earlier that actually caused the crash in 1.4.3/1.4.3a.

Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.3a+mc1.21.11...1.4.3b+mc1.21.11

1.4.3a+mc26.1Релиз26.3-snapshot-1, 26.3-snapshot-2, 26.3-snapshot-3 · 11 августа 2026 г.

1.4.3a

Changes:

  • Revert a change to the source of the game directory that I believe caused a crash on Minecraft 1.21.11 and before.

Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.3+mc26.1...1.4.3a+mc26.1

1.4.2+mc1.20Релиз1.20, 1.20.1 · 8 августа 2026 г.

1.4.2

Changes:

  • Fix an exploit where sharecodes and files could contain ids that would cause them to be placed in a sub-folder of or outside of the custom mappings folder when imported. Path separation characters are now not allowed in ids.
  • Make many strings for the /navmappings command translatable.
  • Use less technical description for the mod's about informataion.
  • Mark the mod as breakingly incompatible with macOS Chat Fixes.
  • Internal code improvements.

Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.1+mc26.1...1.4.2+mc26.1

1.4.2+mc1.20.5Релиз1.21.3, 1.21.4, 1.21.5 · 8 августа 2026 г.

1.4.2

Changes:

  • Fix an exploit where sharecodes and files could contain ids that would cause them to be placed in a sub-folder of or outside of the custom mappings folder when imported. Path separation characters are now not allowed in ids.
  • Make many strings for the /navmappings command translatable.
  • Use less technical description for the mod's about informataion.
  • Mark the mod as breakingly incompatible with macOS Chat Fixes.
  • Internal code improvements.

Full changelog: https://github.com/Omegabird113/CMD_Delete/compare/1.4.1+mc26.1...1.4.2+mc26.1

Комментарии

Загружаем…