Fix JWST keybindings

This commit is contained in:
Malin E
2021-10-04 11:17:12 +02:00
parent be263ca436
commit 19e936ea18
2 changed files with 10 additions and 6 deletions

View File

@@ -263,9 +263,7 @@ local playForwards = {
]],
Documentation = "Jump to the JWST launch time and play the timelaps of deployment forward",
GuiPath = "/JWST",
IsLocal = false,
Key = "m"
IsLocal = false
}
local clearPlay = {
@@ -282,9 +280,7 @@ local clearPlay = {
]],
Documentation = "Set delta time back to realtime and clear the JWST deployment timelapse",
GuiPath = "/JWST",
IsLocal = false,
Key = "."
IsLocal = false
}
asset.onInitialize(function()

View File

@@ -147,6 +147,14 @@
{
"action": "profile.set.2021_sun",
"key": "K"
},
{
"action": "jwst.play.forwards",
"key": "M"
},
{
"action": "jwst.play.clear",
"key": "B"
}
],
"mark_nodes": [