Quote:
Originally Posted by col_Kurtz
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.
|
find this line:
MostFuelEfficientSpeedHotKey = [ False, MenuKeyManagerWrapper.Keys.M, False ] # change the M to whatever you want. You can't use M!
and change it to:
MostFuelEfficientSpeedHotKey = [ True, MenuKeyManagerWrapper.Keys.G, False ] # change the M to whatever you want. You can't use M!