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

Trigger combinations on K-Type not functioning #26

Open
fspieler opened this issue Nov 4, 2017 · 4 comments
Open

Trigger combinations on K-Type not functioning #26

fspieler opened this issue Nov 4, 2017 · 4 comments
Assignees
Milestone

Comments

@fspieler
Copy link

fspieler commented Nov 4, 2017

Simple snippet using 0.1.0 configurator:

U["Esc"] + U["A"] : U["Ctrl"] + U["A"];

Not working for me, nor are other trigger combinations working. Result combinations are working for me.

@fspieler
Copy link
Author

These appear to be working when using controller directly. Not sure if this is a configurator bug or not.

@jbondeson
Copy link

The backend for the configurator should be up to date, and if you put that into the Custom KLL section for the layer you want it to trigger on it should work -- with the caveat that if you have nothing else on the layer but Custom KLL (i.e. no other keys mapped normally) it currently does not create the layer.

@fspieler
Copy link
Author

Does the current configurator use kll 0.3?

@jbondeson
Copy link

It's technically a mix of 0.3 and the 0.5 spec. Unfortunately the spec and implementation have gotten a little out of sync after the push the last 6 months to get animations fully nailed down.

The configurator contacts a backend service that is kept up to date with the latest from the controller and kll projects.

@haata haata self-assigned this Feb 19, 2019
@haata haata added this to the v0.5.x milestone Feb 19, 2019
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

3 participants