Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 8079 was 8079, checked in by landauf, 13 years ago

merged usability branch back to trunk

incomplete summary of the changes in this branch:

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