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

Implement Right Click Option #1

Open
antl3x opened this issue Oct 16, 2022 · 4 comments
Open

Implement Right Click Option #1

antl3x opened this issue Oct 16, 2022 · 4 comments

Comments

@antl3x
Copy link

antl3x commented Oct 16, 2022

Is that possible?

@antl3x antl3x changed the title Implement Left Click Option Implement Right Click Option Oct 16, 2022
@BenGood
Copy link

BenGood commented Oct 17, 2022

I have an idea for this that I want to try if I find time.

  • instead of 2 letters per button I'd just have one, so only 26 locations that are selectable
  • when you hit a key instead of clicking right away it would create a new 26 button grid inside just that zone that you selected so you can pick a more specific point.
  • maybe you could go a third level deep if needed. (large monitors, do less arrow keying the grid around...)
  • at any 'zoom level' you could hit (say) space to left click or enter to right click.

So to click somewhere roughly in the top left of the screen you'd hit numpadenter > A > space
To click a more specific spot in that sector you'd hit numpadenter > A >C > space
Or to right click at that location numpadenter > A >C > enter

@antl3x
Copy link
Author

antl3x commented Oct 17, 2022

great idea.

@BenGood
Copy link

BenGood commented Oct 18, 2022

Here's my attempt. https://github.com/BenGood/AhkCoordGrid. Seems to not work properly sometimes. AHK is sometimes amazing and sometimes frustrating... It might work ok if you don't have resolution scaling and only one monitor. Enjoy.

@GavinPen
Copy link
Owner

@nthypes this allows you to right-click, if you create / show the grid using Shift+NumpadEnter:
https://github.com/GavinPen/AhkCoordGrid/blob/feature-right-click/AHKCoordGrid.ahk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants