From 55ecf2f6ef0e637f4fc7b8ec3ebafec577f05cbf Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 27 Jan 2020 18:18:58 -0500 Subject: [PATCH] Changing conflicting keybindings in rosetta scene --- data/assets/rosetta.scene | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/assets/rosetta.scene b/data/assets/rosetta.scene index 315c8804fc..f1470372a1 100644 --- a/data/assets/rosetta.scene +++ b/data/assets/rosetta.scene @@ -32,8 +32,8 @@ local Keybindings = { Local = false }, { - Key = "F5", - Command = "openspace.time.setTime('2014-08-01T03:05:18.101')", + Key = "Shift+F6", + Command = "openspace.time.setTime('2014-08-01T03:05:18.10')", Documentation = "Jumps to the time of initial approach of Rosetta to 67P.", Name = "Set initial approach time", GuiPath = "/Missions/Rosetta", @@ -81,7 +81,7 @@ local Keybindings = { Local = false }, { - Key = "g", + Key = "o", Command = renderableHelper.toggle('Scene.PhilaeTrail'), Documentation = "Toggles the visibility of Philae's trail.", Name = "Toggle Philae trail",