View Single Post
Old 03-25-10, 03:27 AM   #36
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

Quote:
Originally Posted by gutted View Post
Ahaha i was just coming to say that i figured it out.

I added this to the top "def PageDefaultHud_KeyPressed( args ):" in PageDefaultHud.py

Code:
    from Pagelayout import Pagelayout
    from Pagelayout import ToggleDisplayRudderHeading
    if args.Key == MenuKeyManagerWrapper.Keys.C:
        ToggleDisplayRudderHeading()
could probably make that key configurable in the setup script.
another good suggestion. I'll add it to post #2's list.
TheDarkWraith is offline   Reply With Quote