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 started using tap-dance and mod-morph behaviours the other day, which has been great for my layout, but also painful to edit. Unsurprisingly, my tap-dance and mod-morph behaviours are only used once on my keymap. Have you considered creating an integrated editing mode for single keys that creates an underlying mod-morph or tap-dance behaviour? (There might be other behaviours that might be useful for, too.)
In other words, I could click on a key, set it to use a mod-morph behaviour, and then configure its parameters. Behaviours that are likely to only apply to a single could be offered alongside configured behaviours.
Aside from the implementation complexity, creating a behaviour like that would be relatively straight-forward. Editing could create some confusion if a behaviour is used on multiple keys. Aside from not allowing editing from the layer view at all (to save yourself the user education problem of "why can I edit this mod-morph behaviour from the layer, but not that other one?"), I see a few potential solutions:
Enable editing only for single-key behaviours (and show the existing behaviour selector only for everything else)
Enable editing, and edit the behaviour for all keys that use it, i.e. edit the underlying behaviours.
Enable editing, but (optionally?) create a duplicate, so the changes only apply to that one key.
I'd be curious to hear your thoughts!
The text was updated successfully, but these errors were encountered:
Yeah, I think bringing composition into the binding editor makes sense and would improve the flow a lot. It's very complex, though, as the app becomes responsible for managing behaviors created on the fly which raises all questions about whether these behaviors should be hidden from the UI or how to handle managed behaviors modified/deleted via direct keymap manipulation.
I've have some thoughts about this, but it's a lot of work and not something I can really dedicate any of my focus to right now so no promises about timelines.
I started using tap-dance and mod-morph behaviours the other day, which has been great for my layout, but also painful to edit. Unsurprisingly, my tap-dance and mod-morph behaviours are only used once on my keymap. Have you considered creating an integrated editing mode for single keys that creates an underlying mod-morph or tap-dance behaviour? (There might be other behaviours that might be useful for, too.)
In other words, I could click on a key, set it to use a mod-morph behaviour, and then configure its parameters. Behaviours that are likely to only apply to a single could be offered alongside configured behaviours.
Aside from the implementation complexity, creating a behaviour like that would be relatively straight-forward. Editing could create some confusion if a behaviour is used on multiple keys. Aside from not allowing editing from the layer view at all (to save yourself the user education problem of "why can I edit this mod-morph behaviour from the layer, but not that other one?"), I see a few potential solutions:
I'd be curious to hear your thoughts!
The text was updated successfully, but these errors were encountered: