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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I'm left handed and have primary mouse button changed in Windows settings to right click. When i try to select capture area with right button, it doesn't do anything. If I left click (which is right click for me) it just cancels the operation.
I expect to be able to select with my primary button, even if it's a right-click.
Maybe there is a shortcode for ahk to use a primary mouse button instead of just arbitrary left or right?
Im using exe version.
The text was updated successfully, but these errors were encountered:
it would be easy if this was a case of using the Click function, that one deals with windows settings by itself, but how its used here requires telling it specific key and there isn't a variable for "primary button".
i will look into if it can detect the setting and switch or at least option to set it in vendor, but can't promise anything at this moment
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm left handed and have primary mouse button changed in Windows settings to right click. When i try to select capture area with right button, it doesn't do anything. If I left click (which is right click for me) it just cancels the operation.
I expect to be able to select with my primary button, even if it's a right-click.
Maybe there is a shortcode for ahk to use a primary mouse button instead of just arbitrary left or right?
Im using exe version.
The text was updated successfully, but these errors were encountered: