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
Today we have a fixed hold timeout for pop click but not for voice commands that click. The reason for the hold is that some applications(mostly games?) won't register the click if it happens to quickly.
We should probably create our own user.mouse_click action that uses a setting to determine the hold value. This would be zero by default and can context specifically be increased for example in games.
The text was updated successfully, but these errors were encountered:
Today we have a fixed hold timeout for pop click but not for voice commands that click. The reason for the hold is that some applications(mostly games?) won't register the click if it happens to quickly.
community/plugin/mouse/mouse.py
Line 132 in 19c2a6e
We should probably create our own
user.mouse_click
action that uses a setting to determine the hold value. This would be zero by default and can context specifically be increased for example in games.The text was updated successfully, but these errors were encountered: