Replies: 1 comment 1 reply
-
|
This should be fixed in 5.1.0. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks for the recent v5.0.0 update! Awesome work as always!
I think I may have found another possible bug related to the use of mouse buttons.
Example:
ButtonLeft{Alt 200ms} >> "delayed"
ButtonLeft{Alt} >> "instant"
Both shortcuts work fine.
However, in the following example, the delayed trigger doesn't work.
Alt{ButtonLeft 200ms} - doesn't work
Alt{ButtonLeft} - works
Tried to replace Alt with other keys, both modifier and regular keys, and got the same result. Addiionally, I tried using both left and right mouse buttons in this kind of configuration. Same problem.
Please check it out and see if you can reproduce this behavior to determine whether it's a possible bug.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions