todo
alt-enter to switch between windowed and fullscreen graphics
right panel->functions->orbit lines ON (press A when highlighting that option) this shows lines around stellar bodies that tell you how close you can get before dropping out of supercruise
it's quicker to alt-tab in and out of Elite (eg to use websites that suggest trade routes) if you are in Borderless mode. Unfortunately, if your graphics card, like mine, is weak, then fullscreen gives much better performance.
the 'navigation' tab on the left DOES NOT always show all possible jumps -- if there are a ton of possible jumps, some will be missing (this is particularly annoying if you are in a wing and someone is telling to jump to some particular place). Instead, use the routing functionality of the Galaxy Map.
This is annoying because at least on my computer, the Galaxy Map is really slow to load.
notes on steam controller:
---
that means that for elite, i've found that:
This is too bad, because it's much more fun to use the gyro for roll and pitch. The gyro is precise.
apparently the "classic context" and "default context" have a hardcoded radial context menu that you can't access in the other modes (how do you get the menu? hold down A? hold down X?)
https://steamcommunity.com/app/359320/discussions/0/485624040226472890/ https://m.reddit.com/r/EliteDangerous/comments/3ntu7i/has_the_xbox_one_controller_config_been_added_to/
ok i confirmed that personally. when using 'classic context' or 'default context' you can hold down any of X, Y, A, B to get a description overlay of what these things do. In fact, you CAN even start with eg 'default context', edit it to get a 'custom' control scheme, and the description overlay still works! The catch is that if your custom control scheme started out as a 'default context', you cannot modify any of the items that show up in the context menu (the game prevents you if you try).
The differences between 'default context' and 'classic context' are:
in default context:

(from [1])
---
if you try to start with Default Context and then bind the throttle to RS vertical (right stick), it won't work. But if you start with Advanced Control Pad or Advanced Control Pad 2, it will.
If you start with Advanced Control Pad or Advanced Control Pad 2 and try to bind something to an ABXY key, or an ABXY key combo, it prints the ABXY key two or three times, eg "B" becomes "B+B+B". This doesn't work well; eg if you activate the thing bound to a B combo, you also often activate the thing bound to B alone.
---
diff -u /media/winshare/AdvancedControlPad?.binds /media/winshare/AdvancedControlPad?2.binds >ADC_ADC2_diffs.txt
grep -i -v primary ADC_ADC2_diffs.txt
| grep -v secondary | grep -v \" | grep -v \@ | grep -v advancedcontrolpad | tr -d \+-\<\>[:blank:] r | sort -fu |
grep -i -v primary ADC_ADC2_diffs.txt
| grep -v secondary | grep -v \" | grep -v \@ | grep -v advancedcontrolpad | tr -d \+-\<\>[:blank:] r | sort -fu | grep -v cam | grep -v headlook |
BackwardKey? BackwardThrustButton?_Landing CycleFireGroupNext? CycleFireGroupPrevious? CycleNextHostileTarget? CycleNextPanel? CycleNextSubsystem? CycleNextTarget? DeployHardpointToggle? DeployHeatSink? DisableRotationCorrectToggle? EjectAllCargo? FireChaffLauncher? FocusCommsPanel? FocusLeftPanel? FocusRadarPanel? FocusRightPanel? ForwardKey? GalaxyMapOpen? GunsightSystem? HMDReset HyperSuperCombination? IncreaseEnginesPower? KeyboardLayoutenGBKeyboardLayout? LandingGearToggle? LateralThrustRaw? MicrophoneMute? MouseReset? Pause PitchDownButton? QuickCommsPanel? RadarDecreaseRange? RadarIncreaseRange? RadarRangeAxis? SelectHighestThreat? SelectTarget? SelectTargetsTarget? SetSpeed? SetSpeedMinus? SetSpeedZero? ShowPGScoreSummaryInput? Supercruise SystemMapOpen? TargetNextRouteSystem? TargetWingman? ThrottleAxis? ToggleButtonUpInput? ToggleCargoScoop? ToggleFlightAssist? ToggleReverseThrottleInput? UI_Back UIFocus UI_Select UI_Up UseAlternateFlightValuesToggle? UseBoostJuice? UseShieldCell? WingNavLock? YawAxisRaw?
false positives in the above include (but i think are not limited to):
CycleFireGroupNext? CyclePreviousHostileTarget? CyclePreviousPanel? CyclePreviousSubsystem? CyclePreviousTarget? DisableRotationCorrectToggle? EjectAllCargo? ForwardKey? GunsightSystem? HMDReset IncreaseEnginesPower? LateralThrustRaw? MouseReset? PitchDownButton? RadarRangeAxis? SetSpeedMinus? ShowPGScoreSummaryInput? SystemMapOpen? TargetNextRouteSystem? ThrottleAxis? ToggleReverseThrottleInput? UIFocus UI_Select UI_Up UseAlternateFlightValuesToggle? YawAxisRaw?
ABXY diffs (omitting camera controls and other non-flying mode stuff)