Skip to content

Bug: Macro Keybind Activation settings are not saved #414

Description

@atw1020

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions