Dear TDW...
I can`t figure out how to enable this hotkey... Could you retype? This is for me a bit complicated
# what is the most fuel efficient speed?
MostFuelEfficientSpeed = 7.5
# the hotkey used to order most fuel efficient speed
# Format:
#
# MostFuelEfficientSpeedHotKey = [ False, None, False ]
should be None?
# False = disabled
# None = key used
# False = shift required
#
# if you wanted to enable this without shift required:
# MostFuelEfficientSpeedHotKey = [ True, MenuKeyManagerWrapper.Keys.M, False ]
True... and MenuKeyManagerWrapper.Keys.G?
#
# if you wanted to disable this:
# MostFuelEfficientSpeedHotKey = [ False, MenuKeyManagerWrapper.Keys.M, False ]
True... and MenuKeyManagerWrapper.Keys.G? again?
I`d like without Shift.