View Single Post
Old 03-25-10, 03:25 AM   #35
gutted
The Old Man
 
Join Date: Apr 2005
Location: New Orleans, LA.
Posts: 1,353
Downloads: 470
Uploads: 10
Default

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:
        if Menu.MenuKeyManager.IsKeyPressed( MenuKeyManagerWrapper.Keys.Shift ) == False:
            if Menu.MenuKeyManager.IsKeyPressed( MenuKeyManagerWrapper.Keys.Ctrl ) == False:
                ToggleDisplayRudderHeading()
could probably make that key configurable in the setup script.
__________________

Solution Solver 2.3.2 - Visual Targeting Tools & Aids

Last edited by gutted; 03-25-10 at 04:46 AM.
gutted is offline   Reply With Quote