Jump to content

DYK: Maneuver Nodes


MikeBenton

Recommended Posts

If you hover over the maneuver node controls and scroll up or down on your mouse wheel it will add/subtract dV from the maneuver vector you're working with, giving you finer control. Now you don't have to click-hold and drag all over the place.

For example:

-hover over the prograde maneuver node control and scroll wheel up, you will ADD deltaV to the node. Scrolling down will subtract but at a lower rate for finer control.

-if you hover over retrograde and do the same it will be the reverse, scrolling up will subtract deltaV in large amounts, scrolling down will add it in finer amounts.

You now have the power.

Edit: Made a short video demoing

Edited by MikeBenton
add video link
Link to comment
Share on other sites

If only there was a keybind for it, my laptop has no scroll wheel.

http://www.autohotkey.com/

sample script that make W and S act as a mousewheel when capslock is held down

CapsLock & w::

MouseClick,WheelUp,,,10,0,D,R

return

CapsLock & s::

MouseClick,WheelDown,,,10,0,D,R

return

and here's a script that remaps mouse functions to the keypad

http://www.autohotkey.com/docs/scripts/NumpadMouse.htm

Link to comment
Share on other sites

Yes. I also fell prey to the annoyance when zooming in and out and accidentally messing up the maneuver node settings (by accidentally having the cursor over one of the controls). Can't say that I'm a fan of the added feature.

Of course, I use the Precise Node mod, which has the O hot key for opening collapsed maneuver nodes, so I at least don't have to scroll in to open the collapsed node, then scroll back out again.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...