Files
OpenSpace/tests/profile/error/keybinding/missing_key.profile
Alexander Bock 50a456b87f Issue/1299 (#1312)
Change profile file format from a custom one to JSON
2020-10-09 17:32:30 +02:00

13 lines
231 B
Plaintext

{
"version": { "major": 12, "minor": 13 },
"keybindings": [
{
"documentation": "T documentation",
"name": "T name",
"gui_path": "T Gui-Path",
"is_local": true,
"script": "T script"
}
]
}