Closed zhiqiangwang08 closed 1 year ago
COMBO Y [^^^& .... ....] > combo(LALT + >) COMBO U [^^^& .... ....] > combo(LALT + >)
it outputs the following error:
Rewire Definitions: 1 ERROR: Cannot parse combo rule: y [^^^& .... ....] > combo(lalt + >) ERROR: Cannot parse combo rule: u [^^^& .... ....] > combo(lalt + >)
Thanks
find the solution, use sequence, and shift +, and shift + .
COMBO Y [^^^& .... ....] > sequence(&LALT&LSHF,^LSHF^LALT) COMBO U [^^^& .... ....] > sequence(&LALT&LSHF.^LSHF^LALT)
COMBO Y [^^^& .... ....] > combo(LALT + >) COMBO U [^^^& .... ....] > combo(LALT + >)
it outputs the following error:
Rewire Definitions: 1 ERROR: Cannot parse combo rule: y [^^^& .... ....] > combo(lalt + >) ERROR: Cannot parse combo rule: u [^^^& .... ....] > combo(lalt + >)
Thanks