I'm trying to program the following macro for double quotes that would put me in between the quotes when the macro is complete.
macro_dquotes: macro_dquotes{
compatible = "zmk,behavior-macro";
label = "macro_dquotes";
#binding-cells = <0>;
wait-ms = <1>;
bindings = <&kp DQT>, <&kp DQT>, <&kp LEFT>;
};
My problem is that I can only get it to work if I enable the same macro for single quotes, but I don't want a macro for single quotes. I'm also having the same problem enabling a similar macro for parenthesis, where I have to have a macro for 90 that would put me in the middle of the 9 and the 0 when the macro is complete.
I've been too busy with work to dive into why this isn't working, and I'm hoping someone can help me solve it here. The only other thing I've tried is using the GUI that comes with the Kinesis Advantage 360 Pro to program the macro, but it's somehow more confusing than editing the dtsi file.