Shift + mouse button 4 switches between flight and turret mode. (i.e. zoom when flying, or zoom when turreting [which is in flight throttle])
You will receive a message in the in game chat indicating which mode you just changed to.
mpAL
I've only got 3 mouse buttons. Ideas?madpeople wrote:QUOTE (madpeople @ Nov 20 2010, 03:54 PM) Shift + mouse button 4 switches between flight and turret mode. (i.e. zoom when flying, or zoom when turreting [which is in flight throttle])
You will receive a message in the in game chat indicating which mode you just changed to.
Well, it should default to flight mode, so perhaps you have changed your zoom key bindings?
You could edit the ahk script to change the key combination required to switch between flight and turret mode. You could alternately change what keys it tells alleg are being pressed when you roll the mouse wheel (assuming you changed your key mappings for thrust and zoom from default).
You could try changing the line near the top "FlightMode = true" to "FlightMode = false", though you will likely want to do the changing key combination instead so you can use mouse wheel zoom in both when flying or in a turret.
Failing that, you could get a 5 button mouse.
You could edit the ahk script to change the key combination required to switch between flight and turret mode. You could alternately change what keys it tells alleg are being pressed when you roll the mouse wheel (assuming you changed your key mappings for thrust and zoom from default).
You could try changing the line near the top "FlightMode = true" to "FlightMode = false", though you will likely want to do the changing key combination instead so you can use mouse wheel zoom in both when flying or in a turret.
Failing that, you could get a 5 button mouse.



