Unable to copy (as JSON) or move/reorder a trigger using Cmd-§

Describe the bug
So I have this trigger with the hotkey Cmd-§. Unlike all other triggers, I can not copy it as JSON; nor can I rearrange it inside the list of hotkeys by using drag and drop; i.e. I cannot drag it; I can, however, drag other things above or below it.

Note that I created this trigger many, many versions of BTT ago, it's probably my oldest BTT hotkey. So perhaps its ancient data record is missing some vital data which modern BTT versions add? I guess I could try to delete and recreate it, but I am not doing that until you tell me to, in case you want to debug this (I mean, if deleting and recreating it fixes the issue, I am happy, but then it can't be debugged further anymore, of course)

Screenshots

Device information:

  • Type of Mac:
  • macOS version: 10.14.4
  • BetterTouchTool version: 2.833

thanks a lot!
Yep, was a value that's not necessarily available on all shortcuts and I didn't check before putting it into a dictionary :wink:

Fixed in v2.835!

Indeed, it works now:

[
  {
    "BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
    "BTTPredefinedActionType" : -1,
    "BTTPredefinedActionName" : "No Action",
    "BTTAutoAdaptActionToKeyboardLayout" : true,
    "BTTShortcutToSend" : "55,50",
    "BTTAdditionalConfiguration" : "1048576",
    "BTTKeyboardShortcutKeyboardType" : 0,
    "BTTUUID" : "BF61B018-12E0-409C-B1F6-AA2822E6412D",
    "BTTNotesInsteadOfDescription" : 0,
    "BTTEnabled" : 1,
    "BTTModifierMode" : 0,
    "BTTShortcutKeyCode" : 10,
    "BTTShortcutModifierKeys" : 1048576,
    "BTTOrder" : 0,
    "BTTDisplayOrder" : 0,
    "BTTAutoAdaptToKeyboardLayout" : 0,
    "BTTIconData" : "",
    "BTTAlternateIconData" : ""
  }
]

Thanks!