[Orxonox-commit 766] r2206 - media/defaultConfig
rgrieder at orxonox.net
rgrieder at orxonox.net
Tue Jul 14 15:27:57 CEST 2009
Author: rgrieder
Date: 2009-07-14 15:27:56 +0200 (Tue, 14 Jul 2009)
New Revision: 2206
Modified:
media/defaultConfig/keybindings.ini
Log:
Extended default keybindings.ini to work with core4 branch (AND the trunk of course).
When switching to core4 (or after the merge), please delete the keybindings.ini file (masterkeybindings.ini hasn't changed).
Modified: media/defaultConfig/keybindings.ini
===================================================================
--- media/defaultConfig/keybindings.ini 2009-07-13 19:45:16 UTC (rev 2205)
+++ media/defaultConfig/keybindings.ini 2009-07-14 13:27:56 UTC (rev 2206)
@@ -158,10 +158,16 @@
MouseWheel1Up=
MouseWheel2Down=
MouseWheel2Up=
+Left="fire 0"
+Right="fire 1"
[MouseAxes]
MouseXNeg="scale 1 rotateYaw"
MouseXPos="scale -1 rotateYaw"
MouseYNeg="scale -1 rotatePitch"
MouseYPos="scale 1 rotatePitch"
+XNeg="scale 1 rotateYaw"
+XPos="scale -1 rotateYaw"
+YNeg="scale -1 rotatePitch"
+YPos="scale 1 rotatePitch"
More information about the Orxonox-commit
mailing list