capsicain icon indicating copy to clipboard operation
capsicain copied to clipboard

Activate config when holding a key

Open MatejKafka opened this issue 3 years ago • 1 comments

In my config, I'm using CapsLock for special characters, so I can type e.g. & by pressing CapsLock-u. However, the remap is quite long, as I have to repeat the modifier for each COMBO remap. It seems cleaner to me to say "when holding CapsLock, switch to config2", and then define the new layout without the modifier, which is (afaik) currently not possible.

A more general solution could be to add support for up/down-strokes, so that I could define something like COMBO caps up > configSwitch(2).

MatejKafka avatar Jun 14 '21 22:06 MatejKafka

I used a hack to do something similar - capslock toggle capsicain on\off, and then maps to a numpad:

GLOBAL capsicainOnOffKey CAPS [CONFIG_1] REWIRE Q 4 REWIRE W 5 REWIRE E 6 REWIRE A 7 REWIRE S 8 REWIRE D 9 REWIRE F 0 REWIRE 1 X

alenros avatar Sep 05 '22 18:09 alenros