XKCDViewer/images/coolKeyboardLayoutKDF.json

53 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2023-12-18 03:33:33 +00:00
{
"keyboardWidthFHD": 300,
"keyboardHeightFHD": 242,
"keyboardWidthHD": 300,
"keyboardHeightHD": 242,
"sections": [
{
"grids": [
{
"rows": [
{
"keys": [
{ "label": "1" },
{ "label": "2" },
{ "label": "3" }
]
},
{
"keys": [
{ "label": "4" },
{ "label": "5" },
{ "label": "6" }
]
},
{
"keys": [
{ "label": "7" },
{ "label": "8" },
{ "label": "9" }
]
},
{
"keys": [
{
"icon": "theme:DKB_ClearKeyBitmap",
"focusIcon": "theme:DKB_ClearKeyFocusBitmap",
"strOut": "clear"
},
{ "label": "0" },
{
"icon": "theme:DKB_DeleteKeyBitmap",
"focusIcon": "theme:DKB_DeleteKeyFocusBitmap",
"autoRepeat": 1,
"strOut": "backspace"
}
]
}
]
}
]
}
]
}