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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: