Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/data/defaultConfig/keybindings.ini @ 10281

Last change on this file since 10281 was 10281, checked in by landauf, 9 years ago

added command 'reloadLevel' (by default on F5) which reloads the level while the player's camera remains at the same position

  • Property svn:eol-style set to native
File size: 2.7 KB
RevLine 
[5392]1[Keys]
2KeyA="scale -1 moveRightLeft"
3KeyABNT_C1=
4KeyABNT_C2=
5KeyAT=
6KeyAX=
7KeyApostrophe=
8KeyApps=
[7163]9KeyB =
[5392]10KeyBack=
11KeyBackslash=
12KeyC=switchCamera
13KeyCalculator=
14KeyCapsLock=
15KeyColon=
16KeyComma=
17KeyConvert=
18KeyD="scale 1 moveRightLeft"
[5531]19KeyDelete="scale 1 rotateRoll"
[5392]20KeyDivide=
[5531]21KeyDown="scale -1 moveFrontBack"
[5392]22KeyE="scale -1 rotateRoll"
[8706]23KeyEnd="boost"
[5392]24KeyEquals=
[6417]25KeyEscape="keyESC"
[5392]26KeyF="scale -1 moveUpDown"
[8480]27KeyF1="OverlayGroup toggleVisibility Debug"
[5392]28KeyF10=
29KeyF11=
30KeyF12=
31KeyF13=
32KeyF14=
33KeyF15=
[8480]34KeyF2="OverlayGroup toggleVisibility Stats"
[8310]35KeyF3="OrxonoxOverlay show QuestGUI"
[8309]36KeyF4="OrxonoxOverlay show PickupInventory"
[10281]37KeyF5="reloadLevel"
38KeyF6="startchat"
[5392]39KeyF7=
40KeyF8=
41KeyF9=
42KeyG=greet
[8079]43KeyGrave="InGameConsole openConsole"
[5392]44KeyH=
[5929]45KeyHome=
[5392]46KeyI=
47KeyInsert=
48KeyJ=
49KeyK=
50KeyKana=
51KeyKanji=
[7533]52KeyL=
[5531]53KeyLeft="scale -1 moveRightLeft"
[5392]54KeyLeftAlt=
55KeyLeftBracket=
56KeyLeftControl=mouseLook
[9526]57KeyLeftShif
[5392]58KeyLeftWindows=
59KeyLessThan=
[9939]60KeyM="WorldAmbientSound nextsong"
[5392]61KeyMail=
62KeyMediaSelect=
63KeyMediaStop=
64KeyMinus=
65KeyMultiply=
66KeyMute=
67KeyMyComputer=
68KeyN=
69KeyNextTrack=
70KeyNoConvert=
71KeyNumLock=
72KeyNumRow0=
[9016]73KeyNumRow1="toggleFormationFlight"
74KeyNumRow2="FFChangeMode"
[5392]75KeyNumRow3=
76KeyNumRow4=
77KeyNumRow5=
78KeyNumRow6=
79KeyNumRow7=
80KeyNumRow8=
81KeyNumRow9=
82KeyNumpad0=
83KeyNumpad1=
84KeyNumpad2=
85KeyNumpad3=
86KeyNumpad4=
87KeyNumpad5=
88KeyNumpad6=
89KeyNumpad7=
90KeyNumpad8=
91KeyNumpad9=
92KeyNumpadAdd=
93KeyNumpadComma=
94KeyNumpadEnter=
95KeyNumpadEquals=
96KeyNumpadPeriod=
97KeyNumpadSubtract=
98KeyO=
99KeyP=
[5531]100KeyPageDown="scale -1 rotateRoll"
[5392]101KeyPageUp=
102KeyPause=pause
103KeyPeriod=
104KeyPlayPause=
105KeyPower=
106KeyPreviousTrack=
107KeyQ="scale 1 rotateRoll"
108KeyR="scale 1 moveUpDown"
109KeyReturn=
[5531]110KeyRight="scale 1 moveRightLeft"
[5392]111KeyRightAlt=
112KeyRightBracket=
[5531]113KeyRightControl="scale -1 moveUpDown"
114KeyRightShift="scale 1 moveUpDown"
[5392]115KeyRightWindows=
116KeyS="scale -1 moveFrontBack"
117KeyScrollLock=
118KeySemicolon=
119KeySlash=
120KeySleep=
[8706]121KeySpace="boost"
[5392]122KeyStop=
[8220]123KeySystemRequest="printScreen"
[7163]124KeyT="onpress fire 3"
[6417]125KeyTab="NewHumanController changeMode"
126KeyU=""
[5531]127KeyUP="scale 1 moveFrontBack"
[8079]128KeyUnassigned="InGameConsole openConsole"
[5392]129KeyUnderline=
130KeyUnlabeled=
131KeyV=
132KeyVolumeDown=
133KeyVolumeUp=
134KeyW="scale 1 moveFrontBack"
135KeyWake=
136KeyWebBack=
137KeyWebFavorites=
138KeyWebForward=
139KeyWebHome=
140KeyWebRefresh=
141KeyWebSearch=
142KeyWebStop=
[9526]143KeyX="selectClosest"
[5392]144KeyY=
145KeyYen=
[9526]146KeyZ="selectNext"
[5392]147
148[MouseButtons]
[6417]149Button3=
150Button4=
151Button5=
152Button6=
153Button7=
[5581]154Left="fire 0"
[7163]155Middle="fire 2"
[6417]156Right= fire 1 | unfire
157Wheel1Down="NewHumanController decelerate"
158Wheel1Up="NewHumanController accelerate"
159Wheel2Down=
160Wheel2Up=
[5392]161
162[MouseAxes]
[5533]163MouseXNeg="scale 1 rotateYaw"
164MouseXPos="scale -1 rotateYaw"
[5392]165MouseYNeg="scale -1 rotatePitch"
166MouseYPos="scale 1 rotatePitch"
[5581]167XNeg="scale 1 rotateYaw"
168XPos="scale -1 rotateYaw"
169YNeg="scale -1 rotatePitch"
170YPos="scale 1 rotatePitch"
[5392]171
Note: See TracBrowser for help on using the repository browser.