Change binding
From UFO:AI
Go to the console.
]bindlist
This gives you a list of the current keymap. This example swaps the MMB and RMB, so you can turn with the RMB.
]UNBIND MOUSE2
]UNBIND MOUSE3
]BIND MOUSE2 "+turn"
]BIND MOUSE3 "+action"

