Results 10 comments of

> The coordinate system is actually in key units and is converted to pixels. That's perfect. In my suggestion I only changed the structure of the array and the position...

I wouldn't use KLE as reference for `rx` and `ry`. Rotation `r` works fine but `rx` and `ry` have some strange behavior. I have to apologize: The implementation for `rx`...

I investigated a little more into the KLE [docs](https://github.com/ijprest/keyboard-layout-editor/wiki/Serialized-Data-Format) and I can confirm that KLE is using the same origin I proposed for oddly-shaped keys, as you can see [here](http://www.keyboard-layout-editor.com/##@@_w:1.25&h:2&w2:1.5&h2:1&x2:-0.25%3B&=Enter)....

> KLE is a different concept [...] Statelessness is a key feature of our format, and is what drives most of our deviations from KLE. @skullydazed I realized that today...

@yanfali This should work. ```html #enter { background: teal; height: 200px; position: relative; width: 125px; } #enter:after { background: teal; content: ""; height: 100px; left: -25px; top: 0; position: absolute;...

@yanfali This is how much further I could go https://jsfiddle.net/yzq2m6pc/3/ from here https://jsfiddle.net/zqg78yeb/ Those are two different approaches (both need adjustments). I didn't change the HTML, which I copied from...

I've recently designed and ordered a plate with Agile (Kailh KH) switches on lasergist. I'll give you the DXF after I can test it. More links: - [Specs](http://www.kailh.com/en/Products/Ks/KHS/327.html). The position...

The plate has just arrived ([plate.pdf](https://github.com/swill/kad/files/3382433/plate.pdf)).

In v4.3 I have the opposite problem. When I change the option from the menu the focus resets. Because I'm using hashed routes (from a dropdown menu) I don't want...

> Buttons with different shapes, like circular power button, hexangon shaped honeycomb styled keycaps, etc. I guess this can already be achieved from the *Custom Styles* tab although it is...