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
unsupported: momentary.fingers (kind of works but buggy) toggle.fingers toggle.count when toggle.edge == 0 trigger.count trigger.fingers[2] acts more like trigger.count[2]
value is the correct implementation of fingers, momentary & toggle is the correct implementation of count
TODO: refactor binary and most of the other handlers to mimic these correct behaviors. this will probably take the form of helper functions or sub-objects rather than supertypes, this way the new behaviors can be shared by controls in other modules (_key). maybe some specialized helper tools would make sense within the core module.
The text was updated successfully, but these errors were encountered:
andr-ew
changed the title
grid module: incomplete support for fingers{} and count{}
grid module: incomplete support for fingers{} and count{} + repetitive code
Nov 18, 2020
andr-ew
changed the title
grid module: incomplete support for fingers{} and count{} + repetitive code
grid module: incomplete support for fingers{} and count{}
Sep 20, 2021
unsupported:
momentary.fingers
(kind of works but buggy)toggle.fingers
toggle.count
whentoggle.edge == 0
trigger.count
trigger.fingers[2]
acts more liketrigger.count[2]
value is the correct implementation of fingers, momentary & toggle is the correct implementation of count
TODO: refactor binary and most of the other handlers to mimic these correct behaviors. this will probably take the form of helper functions or sub-objects rather than supertypes, this way the new behaviors can be shared by controls in other modules (
_key
). maybe some specialized helper tools would make sense within thecore
module.The text was updated successfully, but these errors were encountered: