You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feature Request: "Hold Until Disappear" Logic for Image Detection
Hello Nain57,
First of all, thank you for creating Klick’r (Smart AutoClicker). It is hands-down the most capable open-source automation tool available, and I really appreciate the work you’ve put into the recent updates!
I would like to suggest a new feature that I believe would make the app's logic even more powerful: A "Hold Until Image Disappears" action.
The Core Concept
Instead of a single tap or a fixed-duration long press, this would be a Conditional Hold.
Trigger: The app detects a specific image.
Action: Perform a pointerDown (Press) and maintain the hold.
Release: The app only performs the pointerUp (Release) once that specific image is no longer detected on the screen.
Why this is needed (Use Cases)
Dynamic Tasks: Many apps or games require holding a button for a random amount of time. If a "Status Icon" appears for 3 seconds one time and 10 seconds the next, a fixed timer fails. This Image-Dependent Logic would handle it perfectly.
Charging Actions: Useful for "Charge-up" buttons where you need to hold until a "Full" bar image appears, then release immediately.
Safety: It acts as a "Dead-Man’s Switch"—if the image disappears (due to an error or screen change), the clicker safely releases the press.
Proposed Technical Logic Flow
If (Image_Detected == True) Trigger PointerDown
While (Image_Detected == True)Maintain Hold (Do not release)
If (Image_Detected == False) Trigger PointerUp
I believe this would add a level of "Intelligence" that no other auto-clicker currently has. I am a huge fan of the project and would be more than happy to help test any beta builds or provide more feedback if you decide to implement this.
Thank you for your time and for this amazing tool!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request: "Hold Until Disappear" Logic for Image Detection
Hello Nain57,
First of all, thank you for creating Klick’r (Smart AutoClicker). It is hands-down the most capable open-source automation tool available, and I really appreciate the work you’ve put into the recent updates!
I would like to suggest a new feature that I believe would make the app's logic even more powerful: A "Hold Until Image Disappears" action.
The Core Concept
Instead of a single tap or a fixed-duration long press, this would be a Conditional Hold.
pointerDown(Press) and maintain the hold.pointerUp(Release) once that specific image is no longer detected on the screen.Why this is needed (Use Cases)
Proposed Technical Logic Flow
PointerDownPointerUpI believe this would add a level of "Intelligence" that no other auto-clicker currently has. I am a huge fan of the project and would be more than happy to help test any beta builds or provide more feedback if you decide to implement this.
Thank you for your time and for this amazing tool!
Beta Was this translation helpful? Give feedback.
All reactions