{
    "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"
                ],
                [
                    {
                        "type": "symbols",
                        "img": "symbols",
                        "w": 1
                    },
                    "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": " ",
                        "w": 9,
                        "value": " "
                    },
                    {
                        "type": "done",
                        "w": 3,
                        "text": "#KeyboardDone"
                    }
                ]
            ]
        },
        {
            "name": "shift",
            "rows": [
                [
                    "!",
                    "@",
                    "#",
                    "$",
                    "%",
                    "^",
                    "&",
                    "*",
                    "(",
                    ")",
                    "-",
                    {
                        "type": "del",
                        "img": "del",
                        "w": 1.5
                    }
                ],
                [
                    "Q",
                    "W",
                    "E",
                    "R",
                    "T",
                    "Y",
                    "U",
                    "I",
                    "O",
                    "P"
                ],
                [
                    {
                        "type": "symbols",
                        "img": "symbols",
                        "w": 1
                    },
                    "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": " ",
                        "w": 9,
                        "value": " "
                    },
                    {
                        "type": "done",
                        "w": 3,
                        "text": "#KeyboardDone"
                    }
                ]
            ]
        },
        {
            "name": "symbols",
            "rows": [
                [
                    "`",
                    "~",
                    "{",
                    "}",
                    "[",
                    "]",
                    "<",
                    ">",
                    "/",
                    "\\",
                    "|",
                    {
                        "type": "del",
                        "img": "del",
                        "w": 1.5
                    }
                ],
                [
                    "ç",
                    "ã",
                    "á",
                    "à",
                    "â",
                    "Ç",
                    "Ã",
                    "Á",
                    "À",
                    "Â"
                ],
                [
                    {
                        "type": "symbols",
                        "img": "symbols",
                        "w": 1
                    },
                    "é",
                    "ê",
                    "í",
                    "ú",
                    "É",
                    "Ê",
                    "Í",
                    "Ú",
                    "@"
                ],
                [
                    {
                        "type": "shift",
                        "img": "shift",
                        "w": 1
                    },
                    "ó",
                    "ô",
                    "õ",
                    "Ó",
                    "Ô",
                    "Õ",
                    "?",
                    "!",
                    "'",
                    "\"",
                    {
                        "type": "shift",
                        "img": "shift",
                        "w": 1
                    }
                ],
                [
                    {
                        "type": "key",
                        "text": " ",
                        "w": 9,
                        "value": " "
                    },
                    {
                        "type": "done",
                        "w": 3,
                        "text": "#KeyboardDone"
                    }
                ]
            ]
        }
    ]
}
