keyboard-layout-editor/keys.json
Ian Prest d1d888cde5 Add predefined keys, and fix marquee select
-- Added a list of predefined keys to the 'Add Key' dropdown (ISO enter,
etc.), to easily create those keys.
-- Doing our best to simulate mouse-capture (which doesn't exist in
HTML) so that marquee select is a little more usable.
2013-09-25 22:48:18 -04:00

4 lines
201 B
JSON

{
"ISO Enter" : { "width":1.5, "width2":1.25, "height":1, "height2":2, "x2":0.25, "y2":0 },
"J-shaped Enter" : { "width":1.5, "width2":2.25, "height":2, "height2":1, "x":0.75, "x2":-0.75, "y2":1 }
}