shadow_wxh
04-13-20, 07:24 PM
In the previous release of ARB GUI.The TDC autoupdate button,in attack periscope,observe periscope and UZO doesn't not sync with keyboard input.Insert the the following code in the commands_en.cfg to fix the issue.
[Cmd131]
Name=Toggle_TDC_autoupdate
Ctxt=1
MnID=0x3B100009
Key0=0x54,c,"CTRL+T"
[Cmd463]
Name=Radar_toggle_sweep_focus
Ctxt=1
Key0=0x54,c,"CTRL+T"
Now It should behave as it should be
https://i1194.photobucket.com/albums/aa366/shadow_wxh/TDC_Autoupdate_01.png
https://i1194.photobucket.com/albums/aa366/shadow_wxh/TDC_Autoupdate_02_1.png
:hmmm:Interesting thing to notice that the autoupdate button actually borrows the ID of radar sweep dail. It appears to be a button but I fact it is a dail. I dont know if this has to be this way or there might be better way around this.Anyway this fix the problem for now.
[Cmd131]
Name=Toggle_TDC_autoupdate
Ctxt=1
MnID=0x3B100009
Key0=0x54,c,"CTRL+T"
[Cmd463]
Name=Radar_toggle_sweep_focus
Ctxt=1
Key0=0x54,c,"CTRL+T"
Now It should behave as it should be
https://i1194.photobucket.com/albums/aa366/shadow_wxh/TDC_Autoupdate_01.png
https://i1194.photobucket.com/albums/aa366/shadow_wxh/TDC_Autoupdate_02_1.png
:hmmm:Interesting thing to notice that the autoupdate button actually borrows the ID of radar sweep dail. It appears to be a button but I fact it is a dail. I dont know if this has to be this way or there might be better way around this.Anyway this fix the problem for now.