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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
From what I can tell, the configuration currently only allows to assign single, short presses of buttons. Special events such as long-presses and/or pressing multiple buttons at the same time are hard coded and are not directly user configurable.
I would propose enhancing the config file and parsing as follows:
Instead of looking for hard coded keys (i.e. button1, button2, ...), maybe loop through the available keys and evaluate the key
To enable combinations, keys could be a series of buttons concatenated with the symbol +
A prefix could be defined to indicate that the button or button combination that follows only applies for long pressing that combination
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
From what I can tell, the configuration currently only allows to assign single, short presses of buttons. Special events such as long-presses and/or pressing multiple buttons at the same time are hard coded and are not directly user configurable.
I would propose enhancing the config file and parsing as follows:
button1
,button2
, ...), maybe loop through the available keys and evaluate the key+
The text was updated successfully, but these errors were encountered: