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

Allow double-clicking #163

Open
spinlokd opened this issue Nov 25, 2020 · 0 comments
Open

Allow double-clicking #163

spinlokd opened this issue Nov 25, 2020 · 0 comments

Comments

@spinlokd
Copy link

I would like to map a button to perform double-click, however the following does not seem to have an effect:
action =
{
type: "Keypress";
keys: ["BTN_LEFT", "BTN_LEFT"];
};
I think it's because it tries to send the keys at the same time, rather than one after another.
It'd be nice if it was possible to be able to send a list of keys executed quickly one after another

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

1 participant