Hi guys,
First of all I should like to say that the 10x works in my installation (SH3 1.4b plus a lot of mods) without problem.
Yesterday when I was making some tests with the 10x I achieve to put this feature on the mouse wheel without conflict with anything. I guess that is a more intuitive way to zoom in and out. Look:
=====================
The original settings:
[Cmd70]
Name=Cam_zoom_in
Ctxt=1
[Cmd71]
Name=Cam_zoom_out
Ctxt=1
[Cmd72]
Name=Cam_zoom_cycle
Ctxt=1
Key0=0x09,,"Tab"
[Cmd73]
Name=Cam_wheel_zoom
Ctxt=1
Key0=0x05,R,"M.wheel"
[Cmd74]
Name=Cam_tight_toggle
Ctxt=1
===============================
The new settings (Use shift + mouse wheell to zoom in and out):
[Cmd70]
Name=Cam_zoom_in
Ctxt=1
Key0=0x05,Rs,"Shift+M.wheel" ; <==here the unique modification
[Cmd71]
Name=Cam_zoom_out
Ctxt=1
[Cmd72]
Name=Cam_zoom_cycle
Ctxt=1
Key0=0x09,,"Tab"
[Cmd73]
Name=Cam_wheel_zoom
Ctxt=1
Key0=0x05,R,"M.wheel"
[Cmd74]
Name=Cam_tight_toggle
Ctxt=1
====================
That is all! Now you can zoom in and out just using shift+Mouse wheel. The others commands are the same.
Rubini.
|