This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Keenan Brock 5c666398d5 kle2info: trim down x and y output
fixes quirks with float implementation.

before:
{"label":"Esc", "x":0.66, "y":1.45}, {"label":"!", "x":1.6600000000000001, "y":1.45}

after:
{"label":"Esc", "x":0.66, "y":1.45}, {"label":"!", "x":1.66, "y":1.45}
2020-04-26 12:20:40 -04:00
..
2020-04-26 12:19:37 -04:00
2020-04-26 12:20:40 -04:00