I have keyboard shortcut that checks focused_window_width and expands or collapses it depending on its value. After updating macos from 26.1 to 26.4, it stopped working. Debug shows that the variable is stuck. How it looks. I added a HUD at the start of the action with vars focused_window_width and focused_window_x. I switch to the target window; it is at its normal size. I press the shortcut, and the window expands (the HUD shows width and x as “962 735”). I press the shortcut again, but the window does not resize (I expect it to return to its normal size). The HUD still shows “962 735”. If I switch focus to other windows several times and then return, the other branch of the shortcut action may execute. In that case, the window size is restored, and the HUD shows “1728 0”.
In condition builder builder (“Configure Conditions…“) I see the same behavior: the window is expanded to entire screen, but variables shows that it has normal size and it’s placed in the center of the screen.
exported_triggers.bttpreset (6.4 KB)
Device information:
- Macbook 16 Pro M3M
- macOS version: 26.4
- BetterTouchTool version: 6.311 (stable) / 6.315 (alpha)