Changeset 6346 for code/branches
- Timestamp:
- Dec 13, 2009, 8:39:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua
r6339 r6346 26 26 table.insert(commandList, "scale 1 moveUpDown") 27 27 table.insert(commandList, "scale -1 moveUpDown") 28 table.insert(commandList, "scale -1 rotateRoll") 28 29 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") 30 35 table.insert(commandList, "switchCamera") 31 36 table.insert(commandList, "openConsole") … … 48 53 table.insert(nameList, "Roll Right") 49 54 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") 50 60 table.insert(nameList, "Switch Camera") 51 61 table.insert(nameList, "Open Console")
Note: See TracChangeset
for help on using the changeset viewer.