-
Member
TurboHUD (free)
F3 works
F4 does not work
I press F4 - turbohud turns off, I'm still pressing - turbohud turns on
-
Active Member
It's true, there is a conflict with the turbohud free hotkeys that are defined by default.
Edit the file config\hotkeys.xml to change F4 to another value
This is the original:
Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
<hotkeys>
<exit modifier="ctrl" key="End" />
<hide_hud modifier="" key="F4" />
<reload_pickit modifier="" key="F3" />
<capture modifier="alt" key="C" />
<capture_with_overlay modifier="ctrl+alt" key="C" />
<stat_tracker modifier="" key="F5" />
<debug_overlay modifier="" key="F11" />
<save_debug_data modifier="ctrl+alt" key="D" />
<reset_session modifier="ctrl+alt" key="R" />
</hotkeys>
</config>
This is the one I use:
Code:
<?xml version="1.0" encoding="utf-8"?>
<config>
<hotkeys>
<exit modifier="Ctrl" key="End" />
<hide_hud modifier="" key="F8" />
<reload_pickit modifier="" key="F7" />
<capture modifier="Alt" key="C" />
<capture_with_overlay modifier="ctrl+alt" key="C" />
<stat_tracker modifier="" key="F9" />
<debug_overlay modifier="" key="F11" />
<save_debug_data modifier="Ctrl+Alt" key="C" />
<reset_session modifier="Ctrl+Alt" key="R" />
<reload_config modifier="" key="F6" />
</hotkeys>
</config>
Inside us live two wolves in constant conflict. Which one will you feed today?
-
Post Thanks / Like - 1 Thanks
RawHulk2 (1 members gave Thanks to EzGo for this useful post)