Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Activate config when holding a key #46

Open
MatejKafka opened this issue Jun 14, 2021 · 1 comment
Open

Activate config when holding a key #46

MatejKafka opened this issue Jun 14, 2021 · 1 comment

Comments

@MatejKafka
Copy link

MatejKafka commented Jun 14, 2021

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).

@alenros
Copy link

alenros commented Sep 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants