zmk icon indicating copy to clipboard operation
zmk copied to clipboard

Macros do not respect &trans

Open Intuos5 opened this issue 1 year ago • 2 comments

Currently, I cannot get a macro to respect &trans. The idea is that if a macro can leverage &trans, you could activate a key on a layer and follow it up with a different behavior (e.g. on key release). This could allow for accessing layers below the current layer, which can be followed up with a layer change, for instance.

Intuos5 avatar Apr 07 '24 14:04 Intuos5

same issue here. my use case is going to layer with several keys acting as arrow keys, and all the rest are mapped to &trans and go back to level 0. but both &trans &to 0 and &to 0 &trans dont work, and simple idea of disabling layer and pressing underlying keys has to be implemented like the workaround mentioned above

d3m1gd avatar Apr 03 '25 03:04 d3m1gd

This is an architectural limitation, would likely be solved by #2848.

caksoylar avatar Apr 03 '25 04:04 caksoylar