"Ask AI" window movement

Hey Andreas, I'm using the below two triggers to move windows, but it seems that the "Ask AI" window is more special and these triggers/actions are not working on it. I know that I can move it by simply using the trackpad/mouse without anything else, but my muscle memory is kicking in each time I try to move this window, but is not working.

[
  {
    "BTTLastUpdatedAt" : 1772612156.6330709,
    "BTTTriggerType" : 1000,
    "BTTTriggerTypeDescriptionReadOnly" : "Leftclick (needs modifier key)",
    "BTTTriggerTypeDescription" : "Move window, works together with the below trigger",
    "BTTTriggerClass" : "BTTTriggerTypeNormalMouse",
    "BTTUUID" : "814B28FE-8BE9-46E0-97B9-C9DEE8301876",
    "BTTTriggerOnDown" : 0,
    "BTTNotesInsteadOfDescription" : 1,
    "BTTRequiredModifierKeys" : 1179648,
    "BTTOrder" : 1,
    "BTTActionsToExecute" : [
      {
        "BTTLastUpdatedAt" : 1743663203.3745089,
        "BTTTriggerParentUUID" : "814B28FE-8BE9-46E0-97B9-C9DEE8301876",
        "BTTIsPureAction" : true,
        "BTTUUID" : "15275932-B4CE-4EFE-B9E2-46A2E923C50F",
        "BTTPredefinedActionType" : 204,
        "BTTPredefinedActionName" : "Activate or Bring to Front Window Under Cursor",
        "BTTOrder" : 0
      },
      {
        "BTTLastUpdatedAt" : 1743663203.3745189,
        "BTTTriggerParentUUID" : "814B28FE-8BE9-46E0-97B9-C9DEE8301876",
        "BTTIsPureAction" : true,
        "BTTUUID" : "20951756-930F-4A9D-A670-0D3363869668",
        "BTTPredefinedActionType" : 69,
        "BTTPredefinedActionName" : "Start Moving Windows",
        "BTTGenericActionConfig2" : "1",
        "BTTOrder" : 1
      }
    ],
    "BTTGestureNotes" : "Move window, works together with the below trigger"
  },
  {
    "BTTLastUpdatedAt" : 1772612156.6381931,
    "BTTTriggerType" : 1000,
    "BTTTriggerTypeDescriptionReadOnly" : "Leftclick (needs modifier key)",
    "BTTTriggerTypeDescription" : "Move window, works together with the above trigger",
    "BTTTriggerClass" : "BTTTriggerTypeNormalMouse",
    "BTTUUID" : "3C7FB066-685F-4D43-B603-10FA01456350",
    "BTTTriggerOnDown" : 1,
    "BTTNotesInsteadOfDescription" : 1,
    "BTTRequiredModifierKeys" : 1179648,
    "BTTOrder" : 2,
    "BTTActionsToExecute" : [
      {
        "BTTLastUpdatedAt" : 1734434321.360147,
        "BTTTriggerParentUUID" : "3C7FB066-685F-4D43-B603-10FA01456350",
        "BTTIsPureAction" : true,
        "BTTUUID" : "8321A117-7052-40F5-A134-7BFD411AB9DE",
        "BTTPredefinedActionType" : 70,
        "BTTPredefinedActionName" : "Stop Moving Windows",
        "BTTOrder" : 184
      }
    ],
    "BTTGestureNotes" : "Move window, works together with the above trigger"
  }
]

Thanks I'll fix that!

I guess all window related actions are not working since it is not an ordinary window, right? Or some of them should work? I'm talking about moving, resizing etc.

The window currently has accessibility support disabled so all window moving & resizing actions will fail on it.

1 Like

I have enabled it in 6.338 (uploading), I think the issues that required it to be disabled have been resolved in recent versions.

Thank you, it works great.