-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
I have Caps Lock bound to /tick [freeze, unfreeze] so I can press it to toggle between the two. And to do this, I have my tick unfreeze command bound to "on release" for caps lock. It's a nice setup, but I've noticed that the setting isn't preserved when I close and reopen the game. After examining "Macros.json," I can see a lot of other settings being saved, but nothing related to the keybind.
{
"name": "Tick unfreeze",
"key": "CAPS_LOCK",
"enabled": true,
"muted": false,
"actions": [
{
"command": "/tick unfreeze"
}
]
},I am running 3.1.5 for Fabric 0.18.3 for Minecraft 1.21.10. lmk if you have any more questions
Metadata
Metadata
Assignees
Labels
No labels