Files
XRLib/Assets/StreamingAssets/Studio/Settings.json

109 lines
2.1 KiB
JSON
Raw Normal View History

2025-12-16 19:35:43 +09:00
{
2025-12-15 20:17:38 +09:00
"database": {
2025-12-16 19:35:43 +09:00
"ip": "127.0.0.3",
"port": 3304,
"id": "admin3",
"password": "password23"
2025-12-15 20:17:38 +09:00
},
"general": {
"autoSaveInterval": 5,
2025-12-16 20:31:27 +09:00
"gridSize": 1.0,
2025-12-16 19:35:43 +09:00
"snapPosition": 0.5,
"snapRotation": 10.0,
"snapScale": 0.5
2025-12-15 20:17:38 +09:00
},
"shortcuts": {
2025-12-16 19:35:43 +09:00
"menu": {
2025-12-15 20:17:38 +09:00
"newProject": {
2025-12-16 19:35:43 +09:00
"key": "Q",
2025-12-15 20:17:38 +09:00
"label": "File > New Project"
},
"openProject": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+O",
2025-12-15 20:17:38 +09:00
"label": "File > Open Project"
},
"saveProject": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+S",
2025-12-15 20:17:38 +09:00
"label": "File > Save Project"
},
"saveAsProject": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+SHIFT+S",
2025-12-15 20:17:38 +09:00
"label": "File > Save As..."
},
"insertDb": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+I",
2025-12-15 20:17:38 +09:00
"label": "File > Insert Database"
},
"exportLayout": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+L",
2025-12-15 20:17:38 +09:00
"label": "File > Export > Layout"
},
"exportMeta": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+M",
2025-12-15 20:17:38 +09:00
"label": "File > Export > Metadata"
},
"exportGltf": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+G",
2025-12-15 20:17:38 +09:00
"label": "File > Export > glTF"
},
"undo": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+Z",
2025-12-15 20:17:38 +09:00
"label": "Edit > Undo"
},
"redo": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+SHIFT+Z",
2025-12-15 20:17:38 +09:00
"label": "Edit > Redo"
},
"duplicate": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+D",
2025-12-15 20:17:38 +09:00
"label": "Edit > Duplicate"
},
"delete": {
2025-12-16 19:35:43 +09:00
"key": "DELETE",
2025-12-15 20:17:38 +09:00
"label": "Edit > Delete"
},
"createPlane": {
2025-12-16 19:35:43 +09:00
"key": "CTRL+P",
2025-12-15 20:17:38 +09:00
"label": "Create > Plane"
2025-12-16 19:35:43 +09:00
}
2025-12-15 20:17:38 +09:00
},
"tools": {
"select": {
"key": "Q",
"label": "Select Tool"
},
"move": {
"key": "W",
"label": "Move Tool"
},
"rotate": {
"key": "E",
"label": "Rotate Tool"
},
"scale": {
"key": "R",
"label": "Scale Tool"
},
"snap": {
"key": "S",
"label": "Snap Tool"
},
"guide": {
"key": "G",
"label": "Guide Tool"
},
"node": {
"key": "N",
"label": "Node Tool"
},
"link": {
"key": "L",
"label": "Link Tool"
},
"arc": {
"key": "A",
"label": "Arc Tool"
}
}
}
}