[REL] Remove the clicking sound when hitting the ctrl key
For those of you who have hotkey's that use the control key, that clicking sound can be annoying.
In data\Scripts\Menu\Page Default Hud.py
search for:
Menu.PlaySound( "Menu.HUD.Toggle_advanced_mode" )
change it to:
#Menu.PlaySound( "Menu.HUD.Toggle_advanced_mode" )
the pound sign comments it out.
|