Changeset 2087 for code/trunk/init/common
- Timestamp:
- Nov 1, 2008, 7:04:09 PM (16 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/init/common/def_keybindings.ini
r1897 r2087 1 1 [Keys] 2 KeyA="scale -1 move Lateral"2 KeyA="scale -1 moveRightLeft" 3 3 KeyABNT_C1= 4 4 KeyABNT_C2= … … 16 16 KeyComma= 17 17 KeyConvert= 18 KeyD="scale 1 move Lateral"18 KeyD="scale 1 moveRightLeft" 19 19 KeyDelete= 20 20 KeyDivide= 21 21 KeyDown= 22 KeyE="scale -1 moveRoll"22 KeyE="scale -1 rotateRoll" 23 23 KeyEnd= 24 24 KeyEquals= 25 25 KeyEscape="exit" 26 KeyF= 26 KeyF="scale -1 moveUpDown" 27 27 KeyF1="OverlayGroup toggleVisibility Debug" 28 28 KeyF10= … … 40 40 KeyF8= 41 41 KeyF9= 42 KeyG= 42 KeyG=greet 43 43 KeyGrave="openConsole" 44 44 KeyH= … … 105 105 KeyPower= 106 106 KeyPreviousTrack= 107 KeyQ="scale 1 moveRoll"108 KeyR= 107 KeyQ="scale 1 rotateRoll" 108 KeyR="scale 1 moveUpDown" 109 109 KeyReturn= 110 110 KeyRight= … … 114 114 KeyRightShift= 115 115 KeyRightWindows= 116 KeyS="scale -1 move Longitudinal"116 KeyS="scale -1 moveFrontBack" 117 117 KeyScrollLock= 118 118 KeySemicolon= … … 132 132 KeyVolumeDown= 133 133 KeyVolumeUp= 134 KeyW="scale 1 move Longitudinal"134 KeyW="scale 1 moveFrontBack" 135 135 KeyWake= 136 136 KeyWebBack= … … 254 254 255 255 [MouseAxes] 256 MouseXNeg="scale 1 moveYaw"257 MouseXPos="scale -1 moveYaw"258 MouseYNeg="scale 1 movePitch"259 MouseYPos="scale -1 movePitch"256 MouseXNeg="scale -1 rotateYaw" 257 MouseXPos="scale 1 rotateYaw" 258 MouseYNeg="scale 1 rotatePitch" 259 MouseYPos="scale -1 rotatePitch" 260 260
Note: See TracChangeset
for help on using the changeset viewer.