Switch keybind for L2 toggle

This commit is contained in:
Malin Ejdbo
2021-05-28 15:37:55 +02:00
parent 0a1c842345
commit ca071e06ae
+1 -1
View File
@@ -65,7 +65,7 @@
"documentation": "Toggle L2 label, point and line",
"gui_path": "/JWST",
"is_local": false,
"key": "2",
"key": "O",
"name": "Toggle L2",
"script": "local list = openspace.getProperty('{L2}.*.Enabled'); for _,v in pairs(list) do openspace.setPropertyValueSingle(v, not openspace.getPropertyValue(v)) end"
},