Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/usability/data/defaultConfig/keybindings.ini @ 8078

Last change on this file since 8078 was 8078, checked in by dafrick, 13 years ago

Reverting changes made in revision 8035, that based the menu navigation on console commands, due to implemential difficulties of the hacks to make menu navigation work fully.
So, at the moment, we'll have to make due with the old version of the menu navigation implementation.

  • 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.