11.) How do i get the next/ previous camera back?
The easiest way is to open the /data/cfg/commands.cfg in TMO. Search for " [Cmd50] " Your looking for these two blocks:
[Cmd50]
Name=Camera_on_next_unit
Ctxt=1
;Key0=0xBE,,">"
Page=0x34000000,3714
[Cmd51]
Name=Camera_on_prev_unit
Ctxt=1
;Key0=0xBC,,"<"
Page=0x34000000,3714
Simply remove the semicolon placed in front of the key assignment, and you have the next/previous cameras back. Note: this will restore hotkeys. It will not restore the buttons on the ordersbar.
|