mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 10:28:44 -05:00
50a456b87f
Change profile file format from a custom one to JSON
13 lines
217 B
Plaintext
13 lines
217 B
Plaintext
{
|
|
"version": { "major": 12, "minor": 13 },
|
|
"keybindings": [
|
|
{
|
|
"key": "T",
|
|
"documentation": "T documentation",
|
|
"name": "T name",
|
|
"is_local": true,
|
|
"script": "T script"
|
|
}
|
|
]
|
|
}
|