-
Notifications
You must be signed in to change notification settings - Fork 163
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
Give support to button holding lock #198
Comments
This is really uncomfortable to use, but a macro can do it:
there should probably be
|
implementing
but the naming of would TODO:
|
similar: #382 (comment) |
added if_eq(
$mode,
1,
key_up(KEY_A).set(mode, 0),
key_down(KEY_A).set(mode, 1)
) |
It would be nice having an option which when switched on made that pressing a particular button would be equal to hold it for the virtual device, and when pressed again, it would be released. It would work for some usecases particularly disabled persons or just for convenience.
The text was updated successfully, but these errors were encountered: