Fix or reset floating button position?

tomini

New member
Hello,
I made a floating button that locks my screen when double-tapped.
No matter where I put the button there is always some element inside some app getting blocked by it...

I ended up making second macro that sets floating button parameters to the default every 5 seconds.
Is there more optimized way to do this?

Right now I can move the button for a one click on some element inside some app and then it move back to it's fixed position - helping with muscle memory as I don't have to look where I left it last time and even can make the button invisible when I get use to it.

Thanks!

PS: There is a bug when I made variables "X" and "Y" it crashed the app. I had to make the variables longer "X axis" and "Y axis".
 
Last edited:

Dm114

Well-known member
Hello,
I made a floating button that locks my screen when double-tapped.
No matter where I put the button there is always some element inside some app getting blocked by it...

I ended up making second macro that sets floating button parameters to the default every 5 seconds.
Is there more optimized way to do this?

Right now I can move the button for a one click on some element inside some app and then it move back to it's fixed position - helping with muscle memory as I don't have to look where I left it last time and even can make the button invisible when I get use to it.

Thanks!

PS: There is a bug when I made variables "X" and "Y" it crashed the app. I had to make the variables longer "X axis" and "Y axis".
You probably could gather both macro in one.

How do you manage double tap as it's not a built-in option? You must do it programmatically...
 
Top