kll icon indicating copy to clipboard operation
kll copied to clipboard

KLL Compiler

Results 15 kll issues
Sort by recently updated
recently updated
newest added

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

KLL 0.5 Identifies several un-implemented State Scheduling mechanisms - Press - Unique Press - Unique Release - Release - Hold - Off

Is there a timeline on 0.4? I'm anxious especially to do some of the timing stuff - I'd like to program certain keys only to trigger on their own (Enter...

state scheduling

I have a keybind set to underscore on a key in layer 0. Ideally when holding this key down it does not capitalize other letters, which it currently does. Is...

state scheduling

Using https://input.club/configurator-ergodox Example: FN2+LShift+= outputs the same thing as FN2+= (outputs = not + as expected). I'd assume human error on my part using the Configurator but it's not apparent...

state scheduling

Is this possible? There doesn't seem to be anything in the documentation indicating that it is. I'm trying to implement a key that is `)`, but `>` when shift is...

state scheduling

* **Firmware/Compiling Origin**: Configurator app produces the error when compiling KLL from configurator-JSON. * **KLL Snippet**: ```json "matrix": [ { "code": "0x01", "x": 0, "y": 0, "w": 4, "h": 4,...

new syntax

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.

The problem appears with the commit: 05af940e23dbaa3f572ab6e828033773e938fab1 Some keybinds appear to be ignored by the kll script. U"DOWN" : U"PAGEDOWN" works, whereas U"UP" : U"PAGEUP" doesn't work. This problem existed...

bug