Hi, I'm wondering what is possible with multi-touch.
I'm relatively new to Karabiner XMLs so I may not fully understand what I'm doing.
I wanted to try to use the half-qwerty keyboard but with one-finger touch as a "modifier" instead of space, but couldn't find a way to do it. The 1-finger is set to "notsave.thumb1", but how can I use it? It's not a modifier, there can only be one identifier so I can't test if "half-qwerty" is on and notsave.thumb1 is pressed.
and then <config_only>notsave.half_qwerty</config_only>
I tried to find a way to transform a single two-finger touch (notsave.thumb2) to a middle-click of the mouse, is that possible? I tried doing this but maybe it's silly to think VK_NONE should work in these cases
Hi, I'm wondering what is possible with multi-touch. I'm relatively new to Karabiner XMLs so I may not fully understand what I'm doing.
I tried doing things like:
and then
<config_only>notsave.half_qwerty</config_only>
Thanks