Toggle Keybinds
ModLGPL-3.0-only

Toggle Keybinds

A mod that adds keybinds that let you toggle between hotbar slots.

663
Downloads
3
Followers
2 months ago
Updated
📦
22
Versions

📖About Toggle Keybinds

Toggle Keybinds Mod

This mod allows you to add keybindings that let you switch between 2 hotbar slots with one button.
Useful if you want to navigate your hotbar quickly but don't like to use a lot of hotkeys.

Installation

Required Mods

Configuration

Keybinds can be configured on the config screen from the mods menu.
(Esc -> Mods -> Toggle Keybinds -> [config icon in top right])

Because the bindings are saved in "keybinds.json" in the mod's config folder, it is also possible to edit them directly (although I don't recommend this).
They are stored in the following format:

[
    {
    "keyCode": 70,
    "slot1": 0,
    "slot2": 8
    }
]

This keybind binds the "F" key to toggle between the first and the last slot.
Keycodes can be found here: