{
	"keyScale":	{ "x": 0.18, "y": 0.2 },
	"translation": { "x": 0, "y": 1, "z": -2.5 },
	"rotation": { "x": 0, "y": 0, "z": 0 },

	"previewTranslation": { "x": 1, "y": 0.6, "z": 0 },
	"previewRotation": { "x": 0, "y": 0, "z": 0 },
	"previewHeight": 1.0,
	"previewSuggestionCount": 4,

	"keyWidthPx": 40,

	"shiftPlanes" : [
		{
			"name": "normal",
			"rows": [
				[ "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", { "type": "del", "img": "del", "w": 1.5 } ],
				[ "q", "w", "e", "r", "t", "y", "u", "i", "o", "p" ],
				[ "", "a", "s", "d", "f", "g", "h", "j", "k", "l" ],
				[ { "type": "shift", "img": "shift", "w": 1 },	"?", "z", "x", "c", "v", "b", "n", "m", ",", ".", { "type": "shift", "img": "shift", "w": 1 } ],
				[ { "type": "key", "text": "\u00a0", "w": 9, "value": " " }, { "type": "done", "w": 3, "text": "Done" } ]
			]
		},
		{
			"name": "shift",
			"rows": [
				[ "1", "2", "3", "4", "5", "6", "7", "8", "9", "0", "-", { "type": "del", "img": "del", "w": 1.5 } ],
				[ "Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P" ],
				[ "", "A", "S", "D", "F", "G", "H", "J", "K", "L" ],
				[ { "type": "shift", "img": "shift", "w": 1 },	"\"", "Z", "X", "C", "V", "B", "N", "M", ":", ";", { "type": "shift", "img": "shift", "w": 1 } ],
				[ { "type": "key", "text": "\u00a0", "w": 9, "value": " " }, { "type": "done", "w": 3, "text": "Done" } ]
			]
		},
		{
			"name": "symbols",
			"rows": [
				[ "!", "@", "#", "$", "%", "^", "&", "*", "(", ")", "=", { "type": "del", "img": "del", "w": 1.5 } ],
				[ "+", "\u00a3", "\u20ac", "$", "\"", "'", "~", "|", "#", "\\" ],
				[ "", "{", "}", "%", "^", "<", ">", "[", "]", "\"" ],
				[ { "type": "shift", "img": "shift", "w": 1 },	"/", "\\", "{", "}", "(", ")", "`", "~", "/", "|", { "type": "shift", "img": "shift", "w": 1 } ],
				[ { "type": "key", "text": "\u00a0", "w": 9, "value": " " }, { "type": "done", "w": 3, "text": "Done" } ]
			]
		}
	]
}
