Files
OpenSpace/tests/profile/error/keybinding/wrongvalue_modifier.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

30 lines
644 B
Plaintext

{
"version": { "major": 12, "minor": 13 },
"keybindings": [
{
"key": "Keykey+F",
"documentation": "T documentation",
"name": "T name",
"gui_path": "T Gui-Path",
"is_local": true,
"script": "T script"
},
{
"key": "U",
"documentation": "U documentation",
"name": "U name",
"gui_path": "U Gui-Path",
"is_local": false,
"script": "U script"
},
{
"key": "CTRL+V",
"documentation": "CTRL+V documentation",
"name": "CTRL+V name",
"gui_path": "UCTRL+V Gui-Path",
"is_local": false,
"script": "CTRL+V script"
}
]
}