Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

Replacing hard coded keys for the menu navigation with keys specified in the keybindings.ini file (note: You have to delete your keybindings.ini file for it to be regenerated and work correctly).
The upside is, that now we need less hackish, stuff, it's better integrated, toggling of OrxonoxOverlays (e.g. QuestGUI and PickupInventory, among others) is working again. Closing the InGameConsole with ESC no longer requires a workaround to work.
The downside is, that now GUI sheets that require input, e.g. GraphicsMenu or MiscConfigMenu, no longer support menu navigation and ESC doesn't work there. However, I don't know how to work around that, yet. But since all that ESC business is a hack anyway, I'd rather have the hacks there…

  • Property svn:eol-style set to native
File size: 2.7 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 | navigateGUI down"
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 | navigateGUI left"
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="navigateGUI enter"
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="navigateGUI enter"
111KeyRight="scale 1 moveRightLeft | navigateGUI right"
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 | navigateGUI up"
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.