cajhin / capsicain

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

Rewiring to shifts doesn't work #95

Closed sandoru closed 11 months ago

sandoru commented 1 year ago

It seems that rewiring any keys to SHIFT keys like

REWIRE LALT LSHIFT REWIRE KANA RSHIFT

don't work. (Applications keep reacting to the rewired LALT as to LALT.) Rewiring LALT and KANA to other keys including modifiers (LWIN, LCTRL, etc.) works properly.

cajhin commented 1 year ago

When you start or switch to your layer, you should see the message "ERROR: Bad rewire / key mapping: lalt lshift"

"lshift" is not a known key label. Press left shift in debug mode (ESC+D) to see the label for that key (it's LSHF, not very intuitive, but I was trying to keep the labels short)

sandoru commented 1 year ago

Thanks, LSHF is working! (It seems that "bad rewire" message didn't appear though.)