Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6346


Ignore:
Timestamp:
Dec 13, 2009, 8:39:18 PM (14 years ago)
Author:
scheusso
Message:

added additional keybinds (which i find usefull)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua

    r6339 r6346  
    2626    table.insert(commandList, "scale 1 moveUpDown")
    2727    table.insert(commandList, "scale -1 moveUpDown")
     28    table.insert(commandList, "scale -1 rotateRoll")
    2829    table.insert(commandList, "scale 1 rotateRoll")
    29     table.insert(commandList, "scale -1 rotateRoll")
     30    table.insert(commandList, "scale 1 rotateYaw")
     31    table.insert(commandList, "scale -1 rotateYaw")
     32    table.insert(commandList, "scale 1 rotatePitch")
     33    table.insert(commandList, "scale -1 rotatePitch")
     34    table.insert(commandList, "NewHumanController changeMode")
    3035    table.insert(commandList, "switchCamera")
    3136    table.insert(commandList, "openConsole")
     
    4853    table.insert(nameList, "Roll Right")
    4954    table.insert(nameList, "Roll Left")
     55    table.insert(nameList, "Yaw Left")
     56    table.insert(nameList, "Yaw Right")
     57    table.insert(nameList, "Pitch Up")
     58    table.insert(nameList, "Pitch Down")
     59    table.insert(nameList, "Switch Input Mode")
    5060    table.insert(nameList, "Switch Camera")
    5161    table.insert(nameList, "Open Console")
Note: See TracChangeset for help on using the changeset viewer.