Hi all,
Firstly, I am new to rewasd but it has already helped me a lot in the past few weeks. Thanks for developing the software!
Now I am trying to split a long process: LB↓ (n*X) LB↑ into n*independent (LB+X) operations. In other words I want the mapping:
LB + (X, X, X, ...) => (LB+X), (LB+X), (LB+X), (LB+X), ...
My current idea is to reset the LB button by a quick release when X is pressed in a shift layer:
However the "releasing of LB" is not working - I think it's because the LB is physically held so all commands of LB are overridden.
So is it possible to "force release" a physically holding button in the scripts? Do you have any suggestions on achieving this mapping? Thanks a lot!
Firstly, I am new to rewasd but it has already helped me a lot in the past few weeks. Thanks for developing the software!
Now I am trying to split a long process: LB↓ (n*X) LB↑ into n*independent (LB+X) operations. In other words I want the mapping:
LB + (X, X, X, ...) => (LB+X), (LB+X), (LB+X), (LB+X), ...
My current idea is to reset the LB button by a quick release when X is pressed in a shift layer:
However the "releasing of LB" is not working - I think it's because the LB is physically held so all commands of LB are overridden.
So is it possible to "force release" a physically holding button in the scripts? Do you have any suggestions on achieving this mapping? Thanks a lot!
Comment