View Single Post
Old 04-21-07, 07:48 AM   #10
DirtyHarry3033
Weps
 
Join Date: Aug 2005
Posts: 351
Downloads: 0
Uploads: 0
Default

To zoom in/out using keyboard, edit Commands.cfg and replace these lines:


[Cmd70]
Name=Cam_zoom_in
Ctxt=1,11

[Cmd71]
Name=Cam_zoom_out
Ctxt=1,11


with:


[Cmd70]
Name=Cam_zoom_in
Ctxt=1,11
Key0=0x58,s,"SHIFT X"

[Cmd71]
Name=Cam_zoom_out
Ctxt=1,11
Key0=0x5A,s,"SHIFT Z"


This will allow you to zoom in with Shift-X and zoom out with Shift-Z. Just tested it and it works great, doesn't conflict with any default commands. Don't know if any mods out there have assigned those keys to other functions!

DH
DirtyHarry3033 is offline   Reply With Quote