modpack/1-20-2/config/yosbr/config/cmdkeybindconfig.json5

17 lines
415 B
Plaintext

{
"enabled": true,
// Keybinding to open the Macro editing screen
"openMacroScreenKeybind": "key.keyboard.unknown",
"macros": [
{
// Macro keybinding
"keyName": "key.keyboard.u",
// Key modifier
"keyModName": "key.keyboard.unknown",
// Command to execute
"command": "/waypoints",
// Type of Macro. Delayed, Repeating, RunNTimes, SingleUse, DisplayOnly
"macroType": "SingleUse"
}
]
}