Toggle Keybinds

Quick rating

Community listing page, reviews here may not be monitored by the author.

Toggle Keybinds

By kwak0Owner

No reviews yet

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

Mod Loaders
Minecraft
26.2

About

Description

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: