RoomIt/config/config.json

32 lines
772 B
JSON

{
"shape": {
"basic": {
"selfStarting": true
},
"brush": {
"transparent": false,
"strokeColor": "linear-gradient(to bottom, #f64f59, #c471ed, #12c2e9)",
"lineWidth": 4.0
},
"rectangle": {
"borderColor": "linear-gradient(to bottom, #f64f59, #c471ed, #12c2e9)",
"borderWidth": 5.0
},
"ellipse": {
"borderColor": "linear-gradient(to bottom, #f64f59, #c471ed, #12c2e9)",
"borderWidth": 5.0
}
},
"keyboard": {
"brush": "CTRL+SHIFT+K",
"rectangle": "CTRL+R",
"ellipse": "CTRL+Q",
"tools": "CTRL+F",
"colorPicker": "CTRL+P",
"expendMouse": "CTRL+E",
"clear": "CTRL+C",
"screenshotAndCopy": "CTRL+B",
"openOrClose": "CTRL+SHIFT+O",
"back": "CTRL+Z"
}
}