Ian Prest

Results 24 comments of Ian Prest

It's not a schema, but if you want to read/parse KLE's files, check out: https://github.com/ijprest/kle-serial

Floating-point math is hard. There's probably no way to guarantee numbers don't 'drift' occasionally. I think what we really need is a snap-to-grid feature, which would allow you to quickly...

Cool keyboard. :) It won't be perfect, but until there's a ROUND profile, you can simulate it with some custom CSS: ```css .keyborder, .keytop { border-radius:1000px !important; } ```

Some new copy/paste stuff possible using Document.execCommand(). See: https://developers.google.com/web/updates/2015/04/cut-and-copy-commands?hl=en Not "live" in FireFox, yet, but present in the alpha versions.

Document.execCommand() should now be available in all modern browsers. Look into this for v2.

Yep... SVG output is still experimental. Text output hasn't been implemented yet.

It's on the list, but other features have been a higher priority: #2

So it turns out I'm not dead... just been busy with work & some life/medical stuff, and was unable to spend much time in front of the PC. (Also, as...

I agree that the format is a bit... arcane. It made sense at the time. FWIW, I had a free weekend, and I've factored out the deserialization code and packaged...

I've been able to reproduce the issue from the original post. Seems to be a problem in the serialization logic. Last night I found the place where it's going wrong......