Changeset 8032 for code/branches/usability/data
- Timestamp:
- Mar 6, 2011, 2:23:39 PM (14 years ago)
- Location:
- code/branches/usability/data
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/data/defaultConfig/keybindings.ini
r7533 r8032 42 42 KeyF9= 43 43 KeyG=greet 44 KeyGrave=" openConsole"44 KeyGrave="InGameConsole openConsole" 45 45 KeyH= 46 46 KeyHome= … … 127 127 KeyU="" 128 128 KeyUP="scale 1 moveFrontBack" 129 KeyUnassigned=" openConsole"129 KeyUnassigned="InGameConsole openConsole" 130 130 KeyUnderline= 131 131 KeyUnlabeled= -
code/branches/usability/data/gui/scripts/KeyBindMenu.lua
r7928 r8032 26 26 table.insert(commandList, "NewHumanController changeMode") 27 27 table.insert(commandList, "switchCamera") 28 table.insert(commandList, " openConsole")28 table.insert(commandList, "InGameConsole openConsole") 29 29 table.insert(commandList, "OverlayGroup toggleVisibility Debug") 30 30 table.insert(commandList, "OverlayGroup toggleVisibility Stats") -
code/branches/usability/data/gui/scripts/SheetManager.lua
r8023 r8032 245 245 keyESC() 246 246 elseif code == "0"then 247 orxonox.CommandExecutor:execute(" openConsole")247 orxonox.CommandExecutor:execute("InGameConsole openConsole") 248 248 end 249 249 end
Note: See TracChangeset
for help on using the changeset viewer.