cajhin / capsicain

Powerful low-level keyboard remapping tool for Windows
334 stars 18 forks source link

can't use < or > in the combo rule #89

Closed zhiqiangwang08 closed 1 year ago

zhiqiangwang08 commented 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

zhiqiangwang08 commented 1 year ago

find the solution, use sequence, and shift +, and shift + .

COMBO Y [^^^& .... ....] > sequence(&LALT&LSHF,^LSHF^LALT) COMBO U [^^^& .... ....] > sequence(&LALT&LSHF.^LSHF^LALT)