how to setup move mouse away gestures

how can i setup up move mouse away gestures to work, i have gestures set to move mouse to edges and corners and it works perfectly but, i am unable to set move mouse away gestures. can anybody help.

This is very limited info to understand what you want. As you didn't provide from where to where info you like the mouse to move.

automation section of btt has mouse gestures like moving mouse to the hot corners or screen edges to launch apps or any triggers. i have already set move mouse to the top right corner and bottom right corner to launch app. but, i am unable to launch gestures with move mouse away from the corner or edges which is a similar but different option in automation section of btt.

The “Move Away” actions don't work for me either. I think this is a bug.

For the move away actions it is mandatory that first the "move to" action trigger has been triggered for that edge. Then it should work fine (I'm using this to show floating menu when moving to the top and hide it again when moving away)

Here is a simple preset that shows a hud when moving to the top and another when moving away again
move_away.bttpreset (4.2 KB)

Only moving away is not possible, not even with a modifier?

you can have an empty move to edge trigger but it must be there. BTT only activates the away monitoring once the move to the edge has been triggered

I see, that's probably why that doesn't work either. I would rather move the mouse to the corner and then press the modifier.

I think I might not understand, what trigger do you want to use there? (no trigger is selected in the screenshot)

If you just want to execute an action if you press cmd while your mouse is at the top left corner, best use a key sequence and assign that condition (or better use the mouse_percent variables instead of the absolute ones)

A HUD should appear. :slightly_smiling_face: Mm, not really important. Let's say the mouse is in the top left corner of the screen, then I press ⌘ and it triggers something.

Yes, that works :slightly_smiling_face:

for that you need a key sequence with condition

keysequence_corner.bttpreset (9.3 KB)