-
Notifications
You must be signed in to change notification settings - Fork 0
Keybind Shortcuts
Trilleo edited this page Jul 25, 2026
·
1 revision
A keybind shortcut binds a key — optionally with Ctrl, Shift or Alt — to a sequence of commands or chat messages, each with its own delay. One key for "warp, then party chat that you have arrived"; one key for the three commands you always run after a dungeon.
This is a Hex feature with its own editor. It is not the same thing as Hex's own keys in Minecraft's Controls screen.
Any of:
/hexa keybinds- The Open Hex Keybinds key, bound under Options → Controls → Hex (unbound by default)
- The link from the config menu
-
Add a keybind and press the key combination you want. Modifiers are part of the combo, so
Ctrl+GandGare different shortcuts and can coexist. -
Add actions. Each action is a line to send — a command such as
/warp dungeon_hub, or a plain chat message. - Give each action a delay, so the sequence paces itself instead of firing everything in one tick. Hypixel drops commands sent too quickly; the delay is what makes a multi-command shortcut actually work.
The command inputs offer chat-style tab-completion, so you can write a command in the editor the same way you would write it in chat.
- It sends what you told it to, when you press the key. Nothing runs on a timer, on a trigger, or while you are away — this is a macro key, not automation. If you want something to happen in response to an event, that is what Reminders are for, and they tell you rather than acting for you.
- It does not chain into itself. A shortcut sends chat lines; it cannot press another shortcut's key.
Shortcuts live in config/hex/keybinds.json and travel with a config profile, so a profile can carry
a different set of shortcuts for a different activity.
- Control switches — the other thing on this screen: rebinding one of Minecraft's controls mid-game.
- Keybinds — the keys Hex registers with Minecraft.
Getting started
Features
- Config profiles
- Keybind shortcuts
- Control switches
- Attack mode switch
- Freecam
- Hand display
- Per-item swing
- Item customization
- Chroma text
- Reminders
- Regions
- Notebook
- Command suggestions
- Languages
Help
Development