View Single Post
Old 12-24-10, 05:12 PM   #5603
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by col_Kurtz View Post
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!
TheDarkWraith is offline   Reply With Quote