After the update to BTT: 6.038 the following "Custom Move / Resize Window" action is having some weird behavior. The below doesn't move the window to the left (it does work in both directions), it's being triggered tho:
[
{
"BTTLastUpdatedAt" : 1768471924.745249,
"BTTTriggerType" : 0,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "DAEE9EA9-A8D2-414F-A350-9BA00883693C",
"BTTAdditionalConfiguration" : "1449994",
"BTTShortcutScope" : 0,
"BTTShortcutKeyboardType" : 2302,
"BTTTriggerOnDown" : 1,
"BTTLayoutIndependentChar" : "[",
"BTTShortcutKeyCode" : 33,
"BTTShortcutAdvancedModifierKeys" : "1449994",
"BTTShortcutModifierKeys" : 1441792,
"BTTOrder" : 3,
"BTTAutoAdaptToKeyboardLayout" : 0,
"BTTActionsToExecute" : [
{
"BTTLastUpdatedAt" : 1768471951.1716251,
"BTTTriggerParentUUID" : "DAEE9EA9-A8D2-414F-A350-9BA00883693C",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "D67C752D-175C-4705-9B40-5BCD4A9CD744",
"BTTPredefinedActionType" : 251,
"BTTPredefinedActionName" : "Custom Move or Resize Window",
"BTTActionMoveResizeConfig" : "{\"BTTDirectionToMove\":1,\"BTTScreenOrigin\":0,\"BTTActiveOrHoveredWindow\":0,\"BTTScreensToMove\":1,\"BTTChangeXOriginRelative\":0,\"BTTOriginToUse\":0,\"BTTChangeYOriginRelative\":0,\"BTTOriginDisplay\":1,\"BTTUseVisibleFrame\":false,\"BTTCareForStageManager\":false}",
"BTTActionMoveResizeName" : "move to left",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 3,
"BTTAutoAdaptToKeyboardLayout" : 0
}
]
}
]
If I specify the monitor identifier I see that the window moves, but it's immediately moved back to the right monitor and vise verse:
[
{
"BTTLastUpdatedAt" : 1768472158.7717009,
"BTTTriggerType" : 0,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "DAEE9EA9-A8D2-414F-A350-9BA00883693C",
"BTTAdditionalConfiguration" : "1449994",
"BTTShortcutScope" : 0,
"BTTShortcutKeyboardType" : 2302,
"BTTTriggerOnDown" : 1,
"BTTLayoutIndependentChar" : "[",
"BTTShortcutKeyCode" : 33,
"BTTShortcutAdvancedModifierKeys" : "1449994",
"BTTShortcutModifierKeys" : 1441792,
"BTTOrder" : 3,
"BTTAutoAdaptToKeyboardLayout" : 0,
"BTTActionsToExecute" : [
{
"BTTLastUpdatedAt" : 1768472174.367945,
"BTTTriggerParentUUID" : "DAEE9EA9-A8D2-414F-A350-9BA00883693C",
"BTTIsPureAction" : true,
"BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
"BTTUUID" : "D67C752D-175C-4705-9B40-5BCD4A9CD744",
"BTTPredefinedActionType" : 251,
"BTTPredefinedActionName" : "Custom Move or Resize Window",
"BTTActionMoveResizeConfig" : "{\"BTTScreenUUID\":\"0D84F199-6D0A-4069-B9AD-EDD765A182E4\",\"BTTDirectionToMove\":2,\"BTTScreenOrigin\":0,\"BTTActiveOrHoveredWindow\":0,\"BTTScreensToMove\":-3,\"BTTChangeXOriginRelative\":0,\"BTTOriginToUse\":0,\"BTTChangeYOriginRelative\":0,\"BTTOriginDisplay\":1,\"BTTUseVisibleFrame\":false,\"BTTCareForStageManager\":false}",
"BTTActionMoveResizeName" : "move to left",
"BTTShortcutKeyboardType" : 0,
"BTTShortcutKeyCode" : -1,
"BTTOrder" : 3,
"BTTAutoAdaptToKeyboardLayout" : 0
}
],
"BTTTriggerConfig" : {
"BTTHUDText" : "tt",
"BTTShowHUD" : 1
}
}
]
macOS 15.7.2 (24G325)



