Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a user, I would like to be able to pre-set the mouse X/Y coordinates via manually entering them AND recording them #27

Open
othyn opened this issue Apr 11, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@othyn
Copy link
Owner

othyn commented Apr 11, 2022

As mentioned in #7 as part of this comment on a reference for chained actions, it would be handy for the user to be able to record or define the mouse action location ahead of time.

This should be a fairly simple addition, as it will be just capturing the location information of the mouse X/Y coord and defining a new global shortcut to trigger the capture (that can be set in preferences) although the UI/UX of it will need some work.

This would encompass doing the following:

  • Mouse X/Y on mouse pressInput types should be stored and used if the user has pre-defined said input, if not it should default to the current mouse position at the time of the action being performed
    • Does this option require a checkbox or some form of sub-UI that only appears of the pressInput type is mouse on the input capture modal?
    • Pre-defined in this case would be manually editing two boxes that store the X and Y coordinates that the user can edit
  • Option to record a mouse point via a shortcut key defined in the app preferences, so the user moves the mouse to the screen postion then confirms it with the keyboard shortcut and its captured by the app and stored as part of the above process
    • This would just capture the value into the boxes above as to save additional processes
    • A simple UI button called 'record mode' or something could do this, with the shortcut key displayed underneath (like the stop watch buttons) in which pressing the button activates the listener and keyboard shortcut until the shortcut is pressed, in which it stops listening at the X and Y coordinates are recorded into the editable boxes
@othyn othyn added the enhancement New feature or request label Apr 11, 2022
@othyn othyn added this to the v1.4.0 milestone Apr 11, 2022
@othyn othyn self-assigned this Apr 11, 2022
@othyn othyn moved this to Todo in macOS Auto Clicker Apr 11, 2022
@othyn othyn modified the milestones: v1.4.0, v1.5.0 Jul 6, 2022
@othyn othyn modified the milestones: v1.4.0, Advanced Mode Jul 16, 2022
@Alfystar
Copy link

If it's possible, I want suggest another feature to help the status reading:
When the program is in function, change the icon in the toolbar to instantly show the tool's status.

And last, but not least 😜, please add the possibility to set infinity click

thanks for all 😊, and grate job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Not Started
Development

No branches or pull requests

2 participants