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

State scheduling #25

Open
metsie2912 opened this issue Nov 3, 2017 · 2 comments
Open

State scheduling #25

metsie2912 opened this issue Nov 3, 2017 · 2 comments
Assignees
Milestone

Comments

@metsie2912
Copy link

Hi,
I don't know if this is really an issue, but I can't manage to get state scheduling to work. I would love to have dual function keys, like on my Ergodox EZ, where left shift is shift when hold, but when tapped, it's "(". However, I just can't get this to work.
I can reassign left shift like to the following:
U"LSHIFT" : U"LSHIFT"(H), U"9", U"LSHIFT"(R);
Which enters a "(" when pressed, but shift doesn't work anymore.
U"LSHIFT"(UP) : U"LSHIFT"(H), U"9", U"LSHIFT"(R);
or
U"LSHIFT"(UR) : U"LSHIFT"(H), U"9", U"LSHIFT"(R);
Doesn't work, now shift stays shift, also when tapped.
Is this feature just not yet implemented? Or am I using it incorrectly?
Any help with this issue is much appreciated!

@kll
Copy link

kll commented Mar 8, 2018

This is not implemented yet and mentioned already elsewhere in places like #23

@haata haata self-assigned this Feb 19, 2019
@haata haata added this to the v0.5.x milestone Feb 19, 2019
@dmgm
Copy link

dmgm commented Jul 29, 2020

Is this still open after 2 years?
I think the functionality exists in qmk, but there are trade offs.
Is KLL still in active development?

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

4 participants