"Double Right Click Window Titlebar" trigger

Can I have a "Double Right Click Window Titlebar" option on the "Automations & Named & Other Triggers" category?

(I want to assign it for moving and resizing windows to ideal positions)

You can probably achieve something like this by recording a double-rightclick in the normal mouse section, then adding an advanced trigger condition like this:

1 Like

Wow.
Thank you for sharing a nice tweak.
[dist_y_active_win_top_left] [is greater than] [-28] works well for now. :wink:

It worked fine that day but now it doesn't.
It might be a Firefox issue though, mouse events don't trigger BTT actions on the literal title characters of the titlebar anymore. Only the left or right side of the title, which is a blank area works as expected.

It happened from at least Firefox 126.
But it could happen not because of some recent update of Firefox but because of BTT, to be honest, I don't know.
There are fewer and fewer applications using traditional title-only-bar, but the Terminal app and Sublime Text work fine on their titlebars.
So it could be Firefox's issue? But BTT detects "dist_y_active_win_top_left" well even on Firefox's title characters. Why can't BTT force it to work...?

Sorry for bothering you with the super-niche use-case scenario!