Same keyboard shortcut trigger to run 2 Actions based on Condition

Is there a way to have the same keyboard shortcut trigger to run either Action 1 or Action 2 based on advanced conditions without the popup to select which action to do with the same key trigger?

What I am trying to achieve:

Keyboard shortcut - Fn+Enter
Action 1 - Open URL 1 (Condition - Focused Window Y > 50)
Action 2 - Open URL 2 (Condition - Focused Window Y < 50)

I even tried "Cycle through multiple actions" but it does not have advanced conditions for each action.

Give a try of the following:

1 Like

If you advanced trigger conditions don't overlap BTT will not show a popup menu. Most likely something was wrong with your conditions, maybe post some screenshots of how you tried to configure it.

1 Like

You are absolutely correct @Andreas_Hegenberg!
It was a mistake on my part.

However, I would love to know if you know how I can create a condition to check if the focused window is maximized or not?

Here is my setup:

to check if fulllscreen active use the advanced condition fullscreen active=1 for yes fullscreen is. active and fullscreen active=0 for not fullscreen....ohh just dawned on me you. want maximized not fulscreen....yes there is a way using coordinates i think andreas used. that way have to look at a preset he shared-the window snapping one using. 3 fingers think that shows how he did it

I actually got it working by using mouse_pos_percent_x and mouse_pos_percent_y to determine if the window is maximized or not.