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

Toggle Modifiers #56

Open
mrcruz opened this issue Aug 7, 2021 · 1 comment · May be fixed by #101
Open

Toggle Modifiers #56

mrcruz opened this issue Aug 7, 2021 · 1 comment · May be fixed by #101
Labels
enhancement New feature or request

Comments

@mrcruz
Copy link

mrcruz commented Aug 7, 2021

On my current config I have modifiers dedicated to specific topics. MOD10 is for windows navigation. things like next tab, home, and close. There are moments that I would like to be able to toggle this modifier to keep navigating for a while and avoid keeping the Modifier pressed. I understand that this would add a state to the keyboard but it would help immensely my use case. I'm actually already doing that with the config feature, but that implies that I have two sections of the config with basically the same content.

What I would appreciate a lot would be something like the following syntax:

REWIRE CAPS MOD9 setModifierOn(...& .... ....)

and

COMBO APPS   [] > setModifierOn(...& .... ....)

And the state is kept until a MOD10 Down happens.

@cajhin cajhin added the enhancement New feature or request label May 25, 2022
@alenros
Copy link

alenros commented Sep 5, 2022

I wanted to use a layer that will toggle my home row into a numpad, and used this hack, that makes capslock toggle capsiccain on\off and also maps the keys to numbers.

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
enhancement New feature or request
Projects
None yet
3 participants