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

Add support for mouse buttons in Send #19

Closed
SmartManoj opened this issue Nov 11, 2022 · 2 comments
Closed

Add support for mouse buttons in Send #19

SmartManoj opened this issue Nov 11, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@SmartManoj
Copy link

AppsKey:: Send {RButton}
Nothing happens when pressed for first time. And second time it's default action is performed.
OS version: manjaro-xfce-21.3.7-220816-linux515

@phil294
Copy link
Owner

phil294 commented Nov 11, 2022

mouse buttons are not yet supported inside key sequences, but soon may be. For now, you need to use MouseClick instead:

AppsKey::MouseClick, R

which works fine for me.

@phil294 phil294 changed the title Right click was not working Add support for mouse buttons in Send Nov 11, 2022
@phil294 phil294 added the enhancement New feature or request label Nov 11, 2022
@phil294
Copy link
Owner

phil294 commented Mar 9, 2023

this was implemented last week with version 0.5.0 https://github.com/phil294/AHK_X11/releases (9c145a6)

@phil294 phil294 closed this as completed Mar 9, 2023
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
None yet
Development

No branches or pull requests

2 participants