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

missing documentation for normal key modifiers #106

Open
kbilsted opened this issue Mar 12, 2024 · 2 comments
Open

missing documentation for normal key modifiers #106

kbilsted opened this issue Mar 12, 2024 · 2 comments

Comments

@kbilsted
Copy link

kbilsted commented Mar 12, 2024

The readme tells me I can remap eg. F to access a layer on the keyboard. I've tried reading the documentation and using F as the modifier key rather than your documented capslock

I can remap the f+i to up, but tapping f does not give me a f. It seems REWRITE and virtual keys both don't do exactly what I want. Is there a solution?

[CONFIG_1]
OPTION debug
OPTION configName navi

REWIRE F MOD15

COMBO I [&.. .... .... ....] > key(UP)

I can see in the output window that the mod is registered as tabbed

 [21 0=     F >    MOD15v ] [M:4000 T:4000 D:      ]   --  MOD15v
 [21 1=     F >    MOD15^ ] [M:     T:4000 D:      ]   --  MOD15^ (tap)
 [21 0=     F >    MOD15v ] [M:4000 T:4000 D:      ]   --  MOD15v
 [21 1=     F >    MOD15^ ] [M:     T:4000 D:      ]   --  MOD15^ (tap)
 [21 0=     F >    MOD15v ] [M:4000 T:4000 D:      ]   --  MOD15v

A COMBO just as a modifier tab does not have an effect

COMBO  [T.. .... .... ....] > key(F)
@cajhin
Copy link
Owner

cajhin commented Mar 19, 2024

what you want is

REWIRE F MOD15 F

This means holding f results in MOD15, and tapping F results in F. For details see https://github.com/cajhin/capsicain/wiki/Keyword:-REWIRE

Note that this doesn't work well when you type fast - you must always release the F key before you press the next one (e.g. when I type "for", I usually press O before I release F, which would not work as intended with your config)

@kbilsted
Copy link
Author

thanks, so far it seems im typing too fast for this to be a viable approach sadly

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