![]() |
SUBSIM: The Web's #1 resource for all submarine & naval simulations since 1997 |
![]() |
#6 |
Planesman
![]() Join Date: Jun 2005
Location: Quadrant DB22
Posts: 198
Downloads: 0
Uploads: 0
|
![]()
Here is how to set Shift-Tab to zoom out:
In your Silent Hunter III/data/cfg folder is a file called commands_en.cfg. You can open it with a word processor (like WordPad or Notepad). Inside it are all of the keyboard commands and they can be customized. The only command associated with "Tab" seems to be [Cmd72], Cam_zoom_cycle. You can see that the command Cam_zoom_out [Cmd71] does not have a key assigned to it. Code:
[Cmd71] Name=Cam_zoom_out Ctxt=1 [Cmd72] Name=Cam_zoom_cycle Ctxt=1 Key0=0x09,,"Tab" Code:
Key0=0x09,s,"Tab" The final code should look like: Code:
[Cmd71] Name=Cam_zoom_out Ctxt=1 Key0=0x09,s,"Tab" [Cmd72] Name=Cam_zoom_cycle Ctxt=1 Key0=0x09,,"Tab"
__________________
.-. --- ..- --. .... ... . .- ... .- .... . .- -.. |
![]() |
![]() |
|
|