mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-01 17:20:09 -06:00
* Enable all unit tests in Jenkins (closes #1666) * Fix issue with Profile where the version number is not updated if the profile does not contain keybindings * Fix issue with script schedule that would cause a crash when only one script is scheduled * Fix test for colorimage, use correct path to unit test executable for non-windows platforms * Provide stable class names for vector and matrix verifiers
30 lines
642 B
Plaintext
30 lines
642 B
Plaintext
{
|
|
"version": { "major": 1, "minor": 0 },
|
|
"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"
|
|
}
|
|
]
|
|
}
|