Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 5929 was 5929, checked in by rgrieder, 15 years ago

Merged core5 branch back to the trunk.
Key features include clean level unloading and an extended XML event system.

Two important notes:
Delete your keybindings.ini files! * or you will still get parser errors when loading the key bindings.
Delete build_dir/lib/modules/libgamestates.module! * or orxonox won't start.
Best thing to do is to delete the build folder ;)

  • Property svn:eol-style set to native
File size: 2.5 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="exit"
26KeyF="scale -1 moveUpDown"
27KeyF1="OverlayGroup toggleVisibility Debug"
28KeyF10=
29KeyF11=
30KeyF12=
31KeyF13=
32KeyF14=
33KeyF15=
34KeyF2="OverlayGroup toggleVisibility Stats"
35KeyF3=
36KeyF4=
37KeyF5=
38KeyF6=
39KeyF7=
40KeyF8=
41KeyF9=
42KeyG=greet
43KeyGrave="openConsole"
44KeyH=
45KeyHome=
46KeyI=
47KeyInsert=
48KeyJ=
49KeyK=
50KeyKana=
51KeyKanji=
52KeyL=dropItems
53KeyLeft="scale -1 moveRightLeft"
54KeyLeftAlt=
55KeyLeftBracket=
56KeyLeftControl=mouseLook
57KeyLeftShift=
58KeyLeftWindows=
59KeyLessThan=
60KeyM=openMap
61KeyMail=
62KeyMediaSelect=
63KeyMediaStop=
64KeyMinus=
65KeyMultiply=
66KeyMute=
67KeyMyComputer=
68KeyN=
69KeyNextTrack=
70KeyNoConvert=
71KeyNumLock=
72KeyNumRow0=
73KeyNumRow1=
74KeyNumRow2=
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=
100KeyPageDown="scale -1 rotateRoll"
101KeyPageUp=
102KeyPause=pause
103KeyPeriod=
104KeyPlayPause=
105KeyPower=
106KeyPreviousTrack=
107KeyQ="scale 1 rotateRoll"
108KeyR="scale 1 moveUpDown"
109KeyReturn=
110KeyRight="scale 1 moveRightLeft"
111KeyRightAlt=
112KeyRightBracket=
113KeyRightControl="scale -1 moveUpDown"
114KeyRightShift="scale 1 moveUpDown"
115KeyRightWindows=
116KeyS="scale -1 moveFrontBack"
117KeyScrollLock=
118KeySemicolon=
119KeySlash=
120KeySleep=
121KeySpace=boost
122KeyStop=
123KeySystemRequest=
124KeyT=
125KeyTab="cycleNavigationFocus"
126KeyU=
127KeyUP="scale 1 moveFrontBack"
128KeyUnassigned="openConsole"
129KeyUnderline=
130KeyUnlabeled=
131KeyV=
132KeyVolumeDown=
133KeyVolumeUp=
134KeyW="scale 1 moveFrontBack"
135KeyWake=
136KeyWebBack=
137KeyWebFavorites=
138KeyWebForward=
139KeyWebHome=
140KeyWebRefresh=
141KeyWebSearch=
142KeyWebStop=
143KeyX=
144KeyY=
145KeyYen=
146KeyZ=
147
148[MouseButtons]
149MouseButton3=
150MouseButton4=
151MouseButton5=
152MouseButton6=
153MouseButton7=
154MouseLeft="fire 0"
155MouseMiddle=
156MouseRight="fire 1"
157MouseWheel1Down=
158MouseWheel1Up=
159MouseWheel2Down=
160MouseWheel2Up=
161Left="fire 0"
162Right="fire 1"
163
164[MouseAxes]
165MouseXNeg="scale 1 rotateYaw"
166MouseXPos="scale -1 rotateYaw"
167MouseYNeg="scale -1 rotatePitch"
168MouseYPos="scale 1 rotatePitch"
169XNeg="scale 1 rotateYaw"
170XPos="scale -1 rotateYaw"
171YNeg="scale -1 rotatePitch"
172YPos="scale 1 rotatePitch"
173
Note: See TracBrowser for help on using the repository browser.