[Orxonox-commit 1628] r6346 - code/branches/presentation2/data/gui/scripts

scheusso at orxonox.net scheusso at orxonox.net
Sun Dec 13 20:39:18 CET 2009


Author: scheusso
Date: 2009-12-13 20:39:18 +0100 (Sun, 13 Dec 2009)
New Revision: 6346

Modified:
   code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua
Log:
added additional keybinds (which i find usefull)


Modified: code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua
===================================================================
--- code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua	2009-12-13 19:37:31 UTC (rev 6345)
+++ code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua	2009-12-13 19:39:18 UTC (rev 6346)
@@ -25,8 +25,13 @@
     table.insert(commandList, "scale -1 moveRightLeft")
     table.insert(commandList, "scale 1 moveUpDown")
     table.insert(commandList, "scale -1 moveUpDown")
+    table.insert(commandList, "scale -1 rotateRoll")
     table.insert(commandList, "scale 1 rotateRoll")
-    table.insert(commandList, "scale -1 rotateRoll")
+    table.insert(commandList, "scale 1 rotateYaw")
+    table.insert(commandList, "scale -1 rotateYaw")
+    table.insert(commandList, "scale 1 rotatePitch")
+    table.insert(commandList, "scale -1 rotatePitch")
+    table.insert(commandList, "NewHumanController changeMode")
     table.insert(commandList, "switchCamera")
     table.insert(commandList, "openConsole")
     table.insert(commandList, "OverlayGroup toggleVisibility Debug")
@@ -47,6 +52,11 @@
     table.insert(nameList, "Move Down")
     table.insert(nameList, "Roll Right")
     table.insert(nameList, "Roll Left")
+    table.insert(nameList, "Yaw Left")
+    table.insert(nameList, "Yaw Right")
+    table.insert(nameList, "Pitch Up")
+    table.insert(nameList, "Pitch Down")
+    table.insert(nameList, "Switch Input Mode")
     table.insert(nameList, "Switch Camera")
     table.insert(nameList, "Open Console")
     table.insert(nameList, "Show Debug")




More information about the Orxonox-commit mailing list