diff --git a/P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb b/P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb index 2aa798b9b..b9d8561ce 100644 --- a/P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb +++ b/P3D/World/ActionScript/V2/ScriptConstructs/DoSystem.vb @@ -70,6 +70,8 @@ key = KeyBindings.LightKey Case "hidegui" key = KeyBindings.GUIControlKey + Case "run" + key = KeyBindings.RunKey End Select If key <> Nothing Then buttonName = KeyBindings.GetKeyName(key)