Download Defaulted Hotkeys — Minecraft Mods — MetaMods

Defaulted Hotkeys

Active

Downloads

0

Last update

1 month ago

Versions

1.20.1 — 1.21.8
Client
Fabric
Forge
Neoforge
Utils

Defaulted Hotkeys

This modification allows setting standard key combinations for any action in the game. You no longer need to manually configure hotkeys for each control element!

How to Use

After the first complete game launch, a configuration file default-hotkeys.json is automatically created in the .minecraft\config\ folder. This is where you can configure all the necessary key combinations.

Example configuration file content:

[
  {
    // key identifier
    "comment": "key.advancements",
    // translation in current language
    "translation": "Achievements",
    // key combination in Minecraft format
    "key": "key.keyboard.l"
  },
  // ... other settings
]

To view all available key values, refer to the mod's source code.

Features

  • Simple and clear configuration via JSON file
  • Automatic configuration creation on first launch
  • Support for all standard Minecraft key combinations
  • Compatibility with any other mods
Project members
IAFEnvoy

IAFEnvoy

Created: 15 Dec 2024

ID: 67692