Advertisement
BugReporter

XCOM 2_XComGame_Config_DefaultInput.ini

Feb 6th, 2016
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.47 KB | None | 0 0
  1. [Configuration]
  2. BasedOn=..\Engine\Config\BaseInput.ini
  3.  
  4. [XComGame.XComInputBase]
  5. bForceEnableController = true;
  6.  
  7. [UnrealEd.EditorViewportInput]
  8. .Bindings=(Command="SAVE",Name=S,Control=True)
  9. .Bindings=(Command="SAVEAS",Name=S,Control=True,Shift=True)
  10. .Bindings=(Command="ACTOR SYNCBROWSER",Name="F6")
  11. .Bindings=(Command="ACTOR SYNCBROWSERARCHETYPE",Name="F6",Alt=True)
  12. .Bindings=(Command="MODE WIDGETTRANSLATE",Name="W")
  13. .Bindings=(Command="MODE WIDGETROTATE",Name="E")
  14. .Bindings=(Command="MODE WIDGETSCALE",Name="R")
  15. .Bindings=(Command="SHOWBROWSER",Name="B")
  16. .Bindings=(Command="VIEWPORT PERSPECTIVE",Name="P",Alt=True)
  17. .Bindings=(Command="VIEWPORT TOP",Name="T",Alt=True)
  18. .Bindings=(Command="VIEWPORT SIDE",Name="S",Alt=True)
  19. .Bindings=(Command="VIEWPORT FRONT",Name="F",Alt=True)
  20.  
  21. [Engine.PlayerInput]
  22. bEnableMouseSmoothing=false
  23. ;----------------------------------------------------------------------------------------
  24. ; GENERAL PC bindings - Used in evey menu
  25. ; IMPORTANT: primary and secondary keys must reference the same command in order to be considered the same Action
  26. ;----------------------------------------------------------------------------------------
  27. ; Universal, don't mess with me
  28. .Bindings=(Name="MouseX", Command="Count bXAxis | Axis aMouseX")
  29. .Bindings=(Name="MouseY", Command="Count bYAxis | Axis aMouseY")
  30. .Bindings=(Name="LeftMouseButton", Command="Left_Mouse_Button_Press | onrelease Left_Mouse_Button_Release")
  31. .Bindings=(Name="ThumbMouseButton", Command="Mouse_4_Press | onrelease Mouse_4_Release")
  32. .Bindings=(Name="ThumbMouseButton2",Command="Mouse_5_Press | onrelease Mouse_5_Release")
  33. .Bindings=(Name="MiddleMouseButton",Command="Middle_Mouse_Button_Press | onrelease Middle_Mouse_Button_Release")
  34. .Bindings=(Name="MouseScrollUp", Command="Mouse_Scroll_Up | onrelease Mouse_Scroll_Up_Release")
  35. .Bindings=(Name="MouseScrollDown", Command="Mouse_Scroll_Down | onrelease Mouse_Scroll_Down_Release")
  36. .Bindings=(Name="Pause", Command="Pause_Key_Press | onrelease Pause_Key_Release")
  37. ; Confirm / Cancel binds, secondary
  38. .Bindings=(Name="Enter", Command="Enter_Key_Press | onrelease Enter_Key_Release", bPrimaryBinding=True)
  39. .Bindings=(Name="SpaceBar", Command="Enter_Key_Press | onrelease Enter_Key_Release", bSecondaryBinding=True)
  40. ; Confirm / Cancel binds, primary
  41. .Bindings=(Name="Escape", Command="Escape_Key_Press | onrelease Escape_Key_Release | CANCELMATINEE 1", bPrimaryBinding=True)
  42. .Bindings=(Name="RightMouseButton", Command="Escape_Key_Press | onrelease Escape_Key_Release | CANCELMATINEE 1", bSecondaryBinding=True)
  43. ; Navigation binds, primary
  44. .Bindings=(Name="Up", Command="Arrow_Up | onrelease Arrow_Up_Release", bPrimaryBinding=True)
  45. .Bindings=(Name="Down", Command="Arrow_Down | onrelease Arrow_Down_Release", bPrimaryBinding=True)
  46. .Bindings=(Name="Left", Command="Arrow_Left | onrelease Arrow_Left_Release", bPrimaryBinding=True)
  47. .Bindings=(Name="Right", Command="Arrow_Right | onrelease Arrow_Right_Release", bPrimaryBinding=True)
  48. ; Navigation binds, secondary
  49. .Bindings=(Name="W", Command="Arrow_Up | onrelease Arrow_Up_Release", bSecondaryBinding=True)
  50. .Bindings=(Name="A", Command="Arrow_Left | onrelease Arrow_Left_Release", bSecondaryBinding=True)
  51. .Bindings=(Name="S", Command="Arrow_Down | onrelease Arrow_Down_Release", bSecondaryBinding=True)
  52. .Bindings=(Name="D", Command="Arrow_Right | onrelease Arrow_Right_Release", bSecondaryBinding=True)
  53. ; Fast Number Access
  54. .Bindings=(Name="One", Command="N1_Key_Press | onrelease N1_Key_Release", bPrimaryBinding=True)
  55. .Bindings=(Name="Two", Command="N2_Key_Press | onrelease N2_Key_Release", bPrimaryBinding=True)
  56. .Bindings=(Name="Three", Command="N3_Key_Press | onrelease N3_Key_Release", bPrimaryBinding=True)
  57. .Bindings=(Name="Four", Command="N4_Key_Press | onrelease N4_Key_Release", bPrimaryBinding=True)
  58. .Bindings=(Name="Five", Command="N5_Key_Press | onrelease N5_Key_Release", bPrimaryBinding=True)
  59. .Bindings=(Name="Six", Command="N6_Key_Press | onrelease N6_Key_Release", bPrimaryBinding=True)
  60. .Bindings=(Name="Seven", Command="N7_Key_Press | onrelease N7_Key_Release", bPrimaryBinding=True)
  61. .Bindings=(Name="Eight", Command="N8_Key_Press | onrelease N8_Key_Release", bPrimaryBinding=True)
  62. .Bindings=(Name="Nine", Command="N9_Key_Press | onrelease N9_Key_Release", bPrimaryBinding=True)
  63. .Bindings=(Name="Zero", Command="N0_Key_Press | onrelease N0_Key_Release", bPrimaryBinding=True)
  64. ; F Key Access
  65. .Bindings=(Name="F2", Command="F2_Key_Press | onrelease F2_Key_Release", bPrimaryBinding=True)
  66. .Bindings=(Name="F3", Command="F3_Key_Press | onrelease F3_Key_Release", bPrimaryBinding=True)
  67. .Bindings=(Name="F4", Command="F4_Key_Press | onrelease F4_Key_Release", bPrimaryBinding=True)
  68.  
  69. .Bindings=(Name="F5", Command="F5_Key_Press | onrelease F5_Key_Release", bPrimaryBinding=True)
  70. .Bindings=(Name="F9", Command="F9_Key_Press | onrelease F9_Key_Release", bPrimaryBinding=True)
  71.  
  72. ; BINDABLE in game but not in menus - Shortcuts to switch soldiers in the barracks
  73. .Bindings=(Name="Tab", Command="Tab_Key_Press | onrelease Tab_Key_Release", bPrimaryBinding=True)
  74. .Bindings=(Name="LeftShift", Command="Left_Shift_Key_Press | onrelease Left_Shift_Key_Release", Shift=False, bPrimaryBinding=True)
  75.  
  76. .Bindings=(Name="RightShift", Command="Right_Shift_Key_Press | onrelease Right_Shift_Key_Release", Shift=False)
  77. .Bindings=(Name="LeftControl", Command="Left_Control_Key_Press | onrelease Left_Control_Key_Release", Control=False)
  78. .Bindings=(Name="RightControl", Command="Right_Control_Key_Press | onrelease Right_Control_Key_Release", Control=False)
  79. .Bindings=(Name="LeftAlt", Command="Left_Alt_Key_Press | onrelease Left_Alt_Key_Release", Alt=False)
  80. .Bindings=(Name="RightAlt", Command="Right_Alt_Key_Press | onrelease Right_Alt_Key_Release", Alt=False)
  81.  
  82. .Bindings=(Name="PageUp", Command="PageUp_Key_Press | onrelease PageUp_Key_Release")
  83. .Bindings=(Name="PageDown", Command="PageDn_Key_Press | onrelease PageDn_Key_Release")
  84.  
  85. .Bindings=(Name="NumPadOne",Command="NUMPAD1_Key_Press | onrelease NUMPAD1_Key_Release")
  86. .Bindings=(Name="NumPadTwo",Command="NUMPAD2_Key_Press | onrelease NUMPAD2_Key_Release")
  87. .Bindings=(Name="NumPadThree",Command="NUMPAD3_Key_Press | onrelease NUMPAD3_Key_Release")
  88. .Bindings=(Name="NumPadFour",Command="NUMPAD4_Key_Press | onrelease NUMPAD4_Key_Release")
  89. .Bindings=(Name="NumPadFive",Command="NUMPAD5_Key_Press | onrelease NUMPAD5_Key_Release")
  90. .Bindings=(Name="NumPadSix",Command="NUMPAD6_Key_Press | onrelease NUMPAD6_Key_Release")
  91. .Bindings=(Name="NumPadSeven",Command="NUMPAD7_Key_Press | onrelease NUMPAD7_Key_Release")
  92. .Bindings=(Name="NumPadEight",Command="NUMPAD8_Key_Press | onrelease NUMPAD8_Key_Release")
  93. .Bindings=(Name="NumPadNine",Command="NUMPAD9_Key_Press | onrelease NUMPAD9_Key_Release")
  94. .Bindings=(Name="NumPadZero",Command="NUMPAD0_Key_Press | onrelease NUMPAD0_Key_Release")
  95.  
  96. .Bindings=(Name="F4", Command="ALT_F4_QUIT", Alt=True)
  97. .Bindings=(Name="F12", Command="F12_Key_Press | onrelease F12_Key_Release")
  98. .Bindings=(Name="F1", Command="F1_Key_Press | onrelease F1_Key_Release")
  99.  
  100. ; DEBUG UI TRIGGERS
  101. .Bindings=(Name="P", Command="P_Key_Press | onrelease P_Key_Release")
  102. .Bindings=(Name="N", Command="N_Key_Press | onrelease N_Key_Release")
  103. .Bindings=(Name="M", Command="M_Key_Press | onrelease M_Key_Release")
  104. .Bindings=(Name="U", Command="U_Key_Press | onrelease U_Key_Release")
  105.  
  106. ;----------------------------------------------------------------------------------------
  107. ; DEBUG / MARKETING: Comment back in and delete XComInput.ini if needed
  108.  
  109. ;.Bindings=(Name="Escape",Command="CloseEditorViewport | onrelease ShowMenu | CANCELMATINEE 1")
  110. ;.Bindings=(Name="Delete",Command="Toggledebugcamera")
  111. .Bindings=(Name="Delete",Command="Delete_Key_Press | onrelease Delete_Key_Release | Toggledebugcamera")
  112. .Bindings=(Name="Insert",Command="shot")
  113.  
  114. ;----------------------------------------------------------------------------------------
  115. ; CONSOLE bindings - Make sure to update the console bindings section down bellow
  116. ; in the [XComGame.XComTacticalInput] section if you update these binds.
  117. ;----------------------------------------------------------------------------------------
  118.  
  119.  
  120. ;----------------------------------------------------------------------------------------
  121. ; CLEANUP: getting rid of any bindings from the BaseInput.ini that we aren't actually using in X-Com.
  122. ;----------------------------------------------------------------------------------------
  123. -Bindings=(Name="MoveForward",Command="Axis aBaseY Speed=1.0")
  124. -Bindings=(Name="MoveBackward",Command="Axis aBaseY Speed=-1.0")
  125. -Bindings=(Name="TurnLeft",Command="Axis aBaseX Speed=-200.0 AbsoluteAxis=100")
  126. -Bindings=(Name="TurnRight",Command="Axis aBaseX Speed=+200.0 AbsoluteAxis=100")
  127. -Bindings=(Name="LookUp",Command="Axis aLookUp Speed=+25.0 AbsoluteAxis=100")
  128. -Bindings=(Name="LookDown",Command="Axis aLookUp Speed=-25.0 AbsoluteAxis=100")
  129. -Bindings=(Name="StrafeLeft",Command="Axis aStrafe Speed=-1.0")
  130. -Bindings=(Name="StrafeRight",Command="Axis aStrafe Speed=+1.0")
  131. ; --- General bindings
  132. -Bindings=(Name="Fire",Command="Button bFire | StartFire | OnRelease StopFire")
  133. -Bindings=(Name="AltFire",Command="StartAltFire | OnRelease StopAltFire")
  134. -Bindings=(Name="Jump",Command="Jump | Axis aUp Speed=+1.0 AbsoluteAxis=100")
  135. -Bindings=(Name="Duck",Command="Button bDuck | Axis aUp Speed=-1.0 AbsoluteAxis=100")
  136. -Bindings=(Name="Look",Command="Button bLook")
  137. -Bindings=(Name="LookToggle",Command="Toggle bLook")
  138. -Bindings=(Name="CenterView",Command="Button bSnapLevel")
  139. -Bindings=(Name="Walking",Command="Button bRun")
  140. -Bindings=(Name="Strafe",Command="Button bStrafe")
  141. -Bindings=(Name="NextWeapon",Command="NextWeapon")
  142. -Bindings=(Name="ViewTeam",Command="ViewClass Pawn")
  143. -Bindings=(Name="TurnToNearest",Command="Button bTurnToNearest")
  144. -Bindings=(Name="Turn180",Command="Button bTurn180")
  145. -Bindings=(Name="W",Command="MoveForward")
  146. -Bindings=(Name="S",Command="MoveBackward")
  147. -Bindings=(Name="A",Command="StrafeLeft")
  148. -Bindings=(Name="D",Command="StrafeRight")
  149. -Bindings=(Name="F",Command="FreezeRendering")
  150. -Bindings=(Name="LeftMouseButton",Command="Fire")
  151. -Bindings=(Name="RightMouseButton",Command="AltFire")
  152. -Bindings=(Name="LeftControl",Command="Jump")
  153. -Bindings=(Name="SpaceBar",Command="Jump")
  154. -Bindings=(Name="BackSpace",Command="Jump")
  155. -Bindings=(Name="Escape",Command="CloseEditorViewport | onrelease ShowMenu")
  156. -Bindings=(Name="E",Command="Use")
  157. -Bindings=(Name="MouseScrollUp",Command="PrevWeapon")
  158. -Bindings=(Name="MouseScrollDown",Command="NextWeapon")
  159. -Bindings=(Name="C",Command="DoDuck")
  160. -Bindings=(Name="P",Command="TogglePhysicsMode")
  161. ;-Bindings=(Name="B",Command="ToggleSpeaking true | OnRelease ToggleSpeaking false")
  162. -Bindings=(Name="Y",Command="TeamTalk")
  163. -Bindings=(Name="T",Command="Talk")
  164. .Bindings=(Name="J",Command="J_Key_Press | onrelease J_Key_Release", bPrimaryBinding=True)
  165. -Bindings=(Name="Up",Command="MoveForward")
  166. -Bindings=(Name="Down",Command="MoveBackward")
  167. -Bindings=(Name="Left",Command="TurnLeft")
  168. -Bindings=(Name="Right",Command="TurnRight")
  169. -Bindings=(Name="LeftShift",Command="Walking")
  170. -Bindings=(Name="F1",Command="ShowMouseCursor",Shift=True)
  171. -Bindings=(Name="F1",Command="viewmode wireframe", bIgnoreShift=True)
  172. -Bindings=(Name="F2",Command="viewmode unlit")
  173. -Bindings=(Name="F3",Command="viewmode lit")
  174. -Bindings=(Name="F4",Command="viewmode detaillighting", Alt=False)
  175. -Bindings=(Name="F5",Command="viewmode shadercomplexity")
  176. -Bindings=(Command="RECOMPILESHADERS CHANGED",Name=Period,Control=True,Shift=True)
  177. .Bindings=(Name="B",Command="B_Key_Press | onrelease B_Key_Release", bPrimaryBinding=True)
  178. ; --- Camera binds
  179. ;-Bindings=(Name="Delete",Command="Camera Default")
  180. ;-Bindings=(Name="End",Command="Camera FirstPerson")
  181. ;-Bindings=(Name="PageDown",Command="Camera ThirdPerson")
  182. ;-Bindings=(Name="PageUp",Command="Camera Fixed")
  183. ;-Bindings=(Name="Home",Command="Camera FixedTracking")
  184. ;-Bindings=(Name="Insert",Command="Camera FreeCam")
  185.  
  186. ; --- Mobile binds
  187. -Bindings=(Name="MOBILE_StopMatinee",Command="ce stopmatinee | OnRelease StopUseAttractModeInputConfig")
  188. -Bindings=(Name="MOBILE_StartMatinee",Command="ce playmatinee | OnRelease StartUseAttractModeInputConfig")
  189. -Bindings=(Name="MOBILE_NextConfig",Command="OnRelease NextMobileInputConfig")
  190. -Bindings=(Name="MOBILE_CalibrateTilt",Command="CalibrateTilt")
  191. -Bindings=(Name="MOBILE_ATurn",Command="Axis aTurn DeadZone=0.05")
  192. -Bindings=(Name="MOBILE_ALookup",Command="Axis aLookup Speed=-1 DeadZone=0.05")
  193. -Bindings=(Name="MOBILE_AStrafe",Command="Axis aStrafe DeadZone=0.15")
  194. -Bindings=(Name="MOBILE_AForward",Command="Axis aBaseY DeadZone=0.15")
  195. -Bindings=(Name="MOBILE_Fire",Command="StartFire | OnRelease StopFire")
  196. -Bindings=(Name="MOBILE_NextWeapon",Command="NextWeapon")
  197. -Bindings=(Name="MOBILE_Jump",Command="Jump")
  198. -Bindings=(Name="MOBILE_ToggleFPS",Command="OnRelease stat fps")
  199. -Bindings=(Name="NumPadZero",Command="MOBILE_ResetPrimitiveTracking")
  200. -Bindings=(Name="NumPadOne",Command="MOBILE_IncrementTrackedPrimitive -1")
  201. -Bindings=(Name="NumPadThree",Command="MOBILE_IncrementTrackedPrimitive 1")
  202.  
  203. ;INSTALLED FOR ART SCREENSHOTS - remove for ship! bsteiner
  204. ;.Bindings=(Name="F9",Command="tiledshot 4")
  205. ;.Bindings=(Name="F10",Command="shot")
  206.  
  207. ;----------------------------------------------------------------------------------------
  208.  
  209. ;----------------------------------------------------------------------------------------
  210. ; rmcfall: error reporting
  211. ;----------------------------------------------------------------------------------------
  212. .Bindings=(Name="R", Command="ErrorReport", Shift=True)
  213.  
  214. [XComGame.XComTacticalInput]
  215. ; Universal, don't mess with me
  216. .Bindings=(Name="MouseX", Command="Count bXAxis | Axis aMouseX")
  217. .Bindings=(Name="MouseY", Command="Count bYAxis | Axis aMouseY")
  218. .Bindings=(Name="LeftMouseButton", Command="Left_Mouse_Button_Press | onrelease Left_Mouse_Button_Release")
  219. ;----------------------------------------------------------------------------------------
  220. ; CONSOLE bindings - Update these when you modify gamepad bindings
  221. ;----------------------------------------------------------------------------------------
  222.  
  223.  
  224. ;----------------------------------------------------------------------------------------
  225. ; TACTICAL binds
  226. ;----------------------------------------------------------------------------------------
  227. .Bindings=(Name="Escape", Command="Escape_Key_Press | onrelease Escape_Key_Release | CANCELMATINEE 1", bPrimaryBinding=True)
  228.  
  229. ; Confirm / Cancel binds, secondary
  230. .Bindings=(Name="Enter", Command="SpaceBar_Key_Press | onrelease SpaceBar_Key_Release", bPrimaryBinding=True)
  231. .Bindings=(Name="SpaceBar", Command="SpaceBar_Key_Press | onrelease SpaceBar_Key_Release", bSecondaryBinding=True)
  232.  
  233. ; Pathing
  234. .Bindings=(Name="RightMouseButton", Command="Right_Mouse_Button_Press | onrelease Right_Mouse_Button_Release", bPrimaryBinding=True)
  235.  
  236. .Bindings=(Name="LeftControl", Command="Left_Control_Key_Press | onrelease Left_Control_Key_Release", Control=False, bPrimaryBinding=True)
  237. .Bindings=(Name="RightControl", Command="Left_Control_Key_Press | onrelease Left_Control_Key_Release", Control=False, bSecondaryBinding=True)
  238.  
  239. ; Interact with Actor
  240. .Bindings=(Name="V", Command="V_Key_Press | onrelease V_Key_Release", bPrimaryBinding=True)
  241.  
  242. ; Swap Weapon
  243. .Bindings=(Name="X", Command="X_Key_Press | onrelease X_Key_Release", bPrimaryBinding=True)
  244.  
  245. ; End Turn
  246. .Bindings=(Name="Backspace",Command="Backspace_Key_Press | onrelease Backspace_Key_Release")
  247. .Bindings=(Name="End", Command="End_Key_Press | onrelease End_Key_Release", bPrimaryBinding=True)
  248.  
  249. ; Open chat panel (PC Multiplayer)
  250. .Bindings=(Name="J", Command="J_Key_Press | onrelease J_Key_Release", bPrimaryBinding=True)
  251.  
  252. ; Navigation binds, primary
  253. .Bindings=(Name="Up", Command="Arrow_Up | onrelease Arrow_Up_Release", bPrimaryBinding=True)
  254. .Bindings=(Name="Down", Command="Arrow_Down | onrelease Arrow_Down_Release", bPrimaryBinding=True)
  255. .Bindings=(Name="Left", Command="Arrow_Left | onrelease Arrow_Left_Release", bPrimaryBinding=True)
  256. .Bindings=(Name="Right", Command="Arrow_Right | onrelease Arrow_Right_Release", bPrimaryBinding=True)
  257.  
  258. .Bindings=(Name="PageUp", Command="PageUp_Key_Press | onrelease PageUp_Key_Release")
  259. .Bindings=(Name="PageDown", Command="PageDn_Key_Press | onrelease PageDn_Key_Release")
  260.  
  261. ; Camera Controls
  262. ; Pan
  263. .Bindings=(Name="W", Command="W_Key_Press | onrelease W_Key_Release", bPrimaryBinding=True)
  264. .Bindings=(Name="S", Command="S_Key_Press | onrelease S_Key_Release", bPrimaryBinding=True)
  265. .Bindings=(Name="A", Command="A_Key_Press | onrelease A_Key_Release", bPrimaryBinding=True)
  266. .Bindings=(Name="D", Command="D_Key_Press | onrelease D_Key_Release", bPrimaryBinding=True)
  267. ; Rotate
  268. .Bindings=(Name="Q", Command="Q_Key_Press | onrelease Q_Key_Release", bPrimaryBinding=True)
  269. .Bindings=(Name="E", Command="E_Key_Press | onrelease E_Key_Release", bPrimaryBinding=True)
  270. ; Zoom In
  271. .Bindings=(Name="T", Command="T_Key_Press | onrelease T_Key_Release", bPrimaryBinding=True)
  272. ; Zoom Out
  273. .Bindings=(Name="G", Command="G_Key_Press | onrelease G_Key_Release", bPrimaryBinding=True)
  274. ; Zoom Toggle
  275. .Bindings=(Name="Z", Command="Z_Key_Press | onrelease Z_Key_Release", bPrimaryBinding=True)
  276. ; Zoom Range
  277. .Bindings=(Name="MiddleMouseButton",Command="Middle_Mouse_Button_Press | onrelease Middle_Mouse_Button_Release", bPrimaryBinding=True)
  278. ; Center camera on current unit
  279. .Bindings=(Name="Home", Command="Home_Key_Press | onrelease Home_Key_Release", bPrimaryBinding=True)
  280.  
  281. ; Change Cursor Altitude
  282. .Bindings=(Name="MouseScrollUp", Command="F_Key_Press | onrelease F_Key_Release", bPrimaryBinding=True)
  283. .Bindings=(Name="F", Command="F_Key_Press | onrelease F_Key_Release", bSecondaryBinding=True)
  284. .Bindings=(Name="MouseScrollDown", Command="C_Key_Press | onrelease C_Key_Release", bPrimaryBinding=True)
  285. .Bindings=(Name="C", Command="C_Key_Press | onrelease C_Key_Release", bSecondaryBinding=True)
  286.  
  287. ; Switch Units / Targets
  288. .Bindings=(Name="Tab", Command="Tab_Key_Press | onrelease Tab_Key_Release", bPrimaryBinding=True)
  289. .Bindings=(Name="LeftShift", Command="Left_Shift_Key_Press | onrelease Left_Shift_Key_Release", Shift=False, bPrimaryBinding=True)
  290.  
  291. .Bindings=(Name="ThumbMouseButton", Command="Mouse_4_Press | onrelease Mouse_4_Release")
  292. .Bindings=(Name="ThumbMouseButton2",Command="Mouse_5_Press | onrelease Mouse_5_Release")
  293.  
  294. ; Ability Shortcuts
  295. ; Overwatch
  296. .Bindings=(Name="Y", Command="Y_Key_Press | onrelease Y_Key_Release", bPrimaryBinding=True)
  297. ; Reload
  298. .Bindings=(Name="R", Command="R_Key_Press | onrelease R_Key_Release", bIgnoreShift=True, bPrimaryBinding=True)
  299. ; Toggle Overhead Tactical HUD camera
  300. .Bindings=(Name="O", Command="O_Key_Press | onrelease O_Key_Release", bPrimaryBinding=True)
  301. ; Place Evac
  302. +Bindings=(Name="L", Command="L_Key_Press | onrelease L_Key_Release", bPrimaryBinding=True)
  303. +Bindings=(Name="K", Command="K_Key_Press | onrelease K_Key_Release", bPrimaryBinding=True)
  304. +Bindings=(Name="P", Command="P_Key_Press | onrelease P_Key_Release", bPrimaryBinding=True)
  305. +Bindings=(Name="M", Command="M_Key_Press | onrelease M_Key_Release", bPrimaryBinding=True)
  306. +Bindings=(Name="N", Command="N_Key_Press | onrelease N_Key_Release", bPrimaryBinding=True)
  307. ; Fast Number Access
  308. .Bindings=(Name="One", Command="N1_Key_Press | onrelease N1_Key_Release", bPrimaryBinding=True)
  309. .Bindings=(Name="Two", Command="N2_Key_Press | onrelease N2_Key_Release", bPrimaryBinding=True)
  310. .Bindings=(Name="Three", Command="N3_Key_Press | onrelease N3_Key_Release", bPrimaryBinding=True)
  311. .Bindings=(Name="Four", Command="N4_Key_Press | onrelease N4_Key_Release", bPrimaryBinding=True)
  312. .Bindings=(Name="Five", Command="N5_Key_Press | onrelease N5_Key_Release", bPrimaryBinding=True)
  313. .Bindings=(Name="Six", Command="N6_Key_Press | onrelease N6_Key_Release", bPrimaryBinding=True)
  314. .Bindings=(Name="Seven", Command="N7_Key_Press | onrelease N7_Key_Release", bPrimaryBinding=True)
  315. .Bindings=(Name="Eight", Command="N8_Key_Press | onrelease N8_Key_Release", bPrimaryBinding=True)
  316. .Bindings=(Name="Nine", Command="N9_Key_Press | onrelease N9_Key_Release", bPrimaryBinding=True)
  317. .Bindings=(Name="Zero", Command="N0_Key_Press | onrelease N0_Key_Release", bPrimaryBinding=True)
  318.  
  319. ; More Info
  320. .Bindings=(Name="F1", Command="F1_Key_Press | onrelease F1_Key_Release", bPrimaryBinding=True)
  321. ; Target Shortcuts
  322. .Bindings=(Name="F2", Command="F2_Key_Press | onrelease F2_Key_Release", bPrimaryBinding=True)
  323. .Bindings=(Name="F3", Command="F3_Key_Press | onrelease F3_Key_Release", bPrimaryBinding=True)
  324. .Bindings=(Name="F4", Command="F4_Key_Press | onrelease F4_Key_Release", bIgnoreAlt=True, bPrimaryBinding=True)
  325. .Bindings=(Name="F5", Command="F5_Key_Press | onrelease F5_Key_Release", bPrimaryBinding=True)
  326. .Bindings=(Name="F6", Command="F6_Key_Press | onrelease F6_Key_Release", bPrimaryBinding=True)
  327. .Bindings=(Name="F7", Command="F7_Key_Press | onrelease F7_Key_Release", bPrimaryBinding=True)
  328. .Bindings=(Name="F8", Command="F8_Key_Press | onrelease F8_Key_Release", bPrimaryBinding=True)
  329. .Bindings=(Name="F9", Command="F9_Key_Press | onrelease F9_Key_Release", bPrimaryBinding=True)
  330. .Bindings=(Name="F10", Command="F10_Key_Press | onrelease F10_Key_Release", bPrimaryBinding=True)
  331. .Bindings=(Name="F11", Command="F11_Key_Press | onrelease F11_Key_Release", bPrimaryBinding=True)
  332. .Bindings=(Name="F12", Command="F12_Key_Press | onrelease F12_Key_Release", bPrimaryBinding=True)
  333.  
  334. .Bindings=(Name="F4", Command="ALT_F4_QUIT", Alt=True)
  335.  
  336. ; Push To Talk
  337. .Bindings=(Name="B",Command="B_Key_Press | onrelease B_Key_Release", bPrimaryBinding=True)
  338.  
  339. ;----------------------------------------------------------------------------------------
  340. ; Jwats: Anim debug bindings Remove For Ship
  341. ;----------------------------------------------------------------------------------------
  342. .Bindings=(Name="Add", Command="SpeedUpGame")
  343. .Bindings=(Name="Subtract", Command="SlowDownGame")
  344. .Bindings=(Name="Multiply", Command="SingleStep 0 | Slomo 1")
  345. .Bindings=(Name="Divide", Command="SingleStepAdvance | SingleStep .01667")
  346.  
  347. ;----------------------------------------------------------------------------------------
  348. ; rmcfall: error reporting
  349. ;----------------------------------------------------------------------------------------
  350. .Bindings=(Name="R", Command="ErrorReport", Shift=True)
  351. .Bindings=(Name="M", Command="X2DebugMarketing", Shift=True);Marketing
  352.  
  353. ;INSTALLED FOR ART SCREENSHOTS - remove for ship! bsteiner
  354. .Bindings=(Name="Delete",Command="Toggledebugcamera")
  355. .Bindings=(Name="Insert",Command="shot")
  356.  
  357. [XComGame.XComHeadquartersInput]
  358.  
  359. bEnableMouseSmoothing=false
  360. ;----------------------------------------------------------------------------------------
  361. ; GENERAL PC bindings - Used in evey menu
  362. ; IMPORTANT: primary and secondary keys must reference the same command in order to be considered the same Action
  363. ;----------------------------------------------------------------------------------------
  364. ; Universal, don't mess with me
  365. .Bindings=(Name="MouseX", Command="Count bXAxis | Axis aMouseX")
  366. .Bindings=(Name="MouseY", Command="Count bYAxis | Axis aMouseY")
  367. .Bindings=(Name="LeftMouseButton", Command="Left_Mouse_Button_Press | onrelease Left_Mouse_Button_Release")
  368. .Bindings=(Name="ThumbMouseButton", Command="Mouse_4_Press | onrelease Mouse_4_Release")
  369. .Bindings=(Name="ThumbMouseButton2",Command="Mouse_5_Press | onrelease Mouse_5_Release")
  370. .Bindings=(Name="MiddleMouseButton",Command="Middle_Mouse_Button_Press | onrelease Middle_Mouse_Button_Release")
  371. .Bindings=(Name="MouseScrollUp", Command="Mouse_Scroll_Up | onrelease Mouse_Scroll_Up_Release")
  372. .Bindings=(Name="MouseScrollDown", Command="Mouse_Scroll_Down | onrelease Mouse_Scroll_Down_Release")
  373. ; Confirm / Cancel binds, secondary
  374. .Bindings=(Name="Enter", Command="Enter_Key_Press | onrelease Enter_Key_Release", bPrimaryBinding=True)
  375. .Bindings=(Name="SpaceBar", Command="Enter_Key_Press | onrelease Enter_Key_Release", bSecondaryBinding=True)
  376. ; Confirm / Cancel binds, primary
  377. .Bindings=(Name="Escape", Command="Escape_Key_Press | onrelease Escape_Key_Release | CANCELMATINEE 1", bPrimaryBinding=True)
  378. .Bindings=(Name="RightMouseButton", Command="Escape_Key_Press | onrelease Escape_Key_Release | CANCELMATINEE 1", bSecondaryBinding=True)
  379. ; Navigation binds, primary
  380. .Bindings=(Name="Up", Command="Arrow_Up | onrelease Arrow_Up_Release", bPrimaryBinding=True)
  381. .Bindings=(Name="Down", Command="Arrow_Down | onrelease Arrow_Down_Release", bPrimaryBinding=True)
  382. .Bindings=(Name="Left", Command="Arrow_Left | onrelease Arrow_Left_Release", bPrimaryBinding=True)
  383. .Bindings=(Name="Right", Command="Arrow_Right | onrelease Arrow_Right_Release", bPrimaryBinding=True)
  384. ; Navigation binds, secondary
  385. .Bindings=(Name="W", Command="Arrow_Up | onrelease Arrow_Up_Release", bSecondaryBinding=True)
  386. .Bindings=(Name="A", Command="Arrow_Left | onrelease Arrow_Left_Release", bSecondaryBinding=True)
  387. .Bindings=(Name="S", Command="Arrow_Down | onrelease Arrow_Down_Release", bSecondaryBinding=True)
  388. .Bindings=(Name="D", Command="Arrow_Right | onrelease Arrow_Right_Release", bSecondaryBinding=True)
  389. ; Fast Number Access
  390. .Bindings=(Name="One", Command="N1_Key_Press | onrelease N1_Key_Release", bPrimaryBinding=True)
  391. .Bindings=(Name="Two", Command="N2_Key_Press | onrelease N2_Key_Release", bPrimaryBinding=True)
  392. .Bindings=(Name="Three", Command="N3_Key_Press | onrelease N3_Key_Release", bPrimaryBinding=True)
  393. .Bindings=(Name="Four", Command="N4_Key_Press | onrelease N4_Key_Release", bPrimaryBinding=True)
  394. .Bindings=(Name="Five", Command="N5_Key_Press | onrelease N5_Key_Release", bPrimaryBinding=True)
  395. .Bindings=(Name="Six", Command="N6_Key_Press | onrelease N6_Key_Release", bPrimaryBinding=True)
  396. .Bindings=(Name="Seven", Command="N7_Key_Press | onrelease N7_Key_Release", bPrimaryBinding=True)
  397. .Bindings=(Name="Eight", Command="N8_Key_Press | onrelease N8_Key_Release", bPrimaryBinding=True)
  398. .Bindings=(Name="Nine", Command="N9_Key_Press | onrelease N9_Key_Release", bPrimaryBinding=True)
  399. .Bindings=(Name="Zero", Command="N0_Key_Press | onrelease N0_Key_Release", bPrimaryBinding=True)
  400. ; F Key Access
  401. .Bindings=(Name="F2", Command="F2_Key_Press | onrelease F2_Key_Release", bPrimaryBinding=True)
  402. .Bindings=(Name="F3", Command="F3_Key_Press | onrelease F3_Key_Release", bPrimaryBinding=True)
  403. .Bindings=(Name="F4", Command="F4_Key_Press | onrelease F4_Key_Release", bPrimaryBinding=True)
  404.  
  405. .Bindings=(Name="F5", Command="F5_Key_Press | onrelease F5_Key_Release", bPrimaryBinding=True)
  406. .Bindings=(Name="F9", Command="F9_Key_Press | onrelease F9_Key_Release", bPrimaryBinding=True)
  407.  
  408. ; BINDABLE in game but not in menus - Shortcuts to switch soldiers in the barracks
  409. .Bindings=(Name="Tab", Command="Tab_Key_Press | onrelease Tab_Key_Release", bPrimaryBinding=True)
  410. .Bindings=(Name="LeftShift", Command="Left_Shift_Key_Press | onrelease Left_Shift_Key_Release", Shift=False, bPrimaryBinding=True)
  411.  
  412. .Bindings=(Name="RightShift", Command="Right_Shift_Key_Press | onrelease Right_Shift_Key_Release", Shift=False)
  413. .Bindings=(Name="LeftControl", Command="Left_Control_Key_Press | onrelease Left_Control_Key_Release", Control=False)
  414. .Bindings=(Name="RightControl", Command="Right_Control_Key_Press | onrelease Right_Control_Key_Release", Control=False)
  415. .Bindings=(Name="LeftAlt", Command="Left_Alt_Key_Press | onrelease Left_Alt_Key_Release", Alt=False)
  416. .Bindings=(Name="RightAlt", Command="Right_Alt_Key_Press | onrelease Right_Alt_Key_Release", Alt=False)
  417.  
  418. .Bindings=(Name="NumPadOne",Command="NUMPAD1_Key_Press | onrelease NUMPAD1_Key_Release")
  419. .Bindings=(Name="NumPadTwo",Command="NUMPAD2_Key_Press | onrelease NUMPAD2_Key_Release")
  420. .Bindings=(Name="NumPadThree",Command="NUMPAD3_Key_Press | onrelease NUMPAD3_Key_Release")
  421. .Bindings=(Name="NumPadFour",Command="NUMPAD4_Key_Press | onrelease NUMPAD4_Key_Release")
  422. .Bindings=(Name="NumPadFive",Command="NUMPAD5_Key_Press | onrelease NUMPAD5_Key_Release")
  423. .Bindings=(Name="NumPadSix",Command="NUMPAD6_Key_Press | onrelease NUMPAD6_Key_Release")
  424. .Bindings=(Name="NumPadSeven",Command="NUMPAD7_Key_Press | onrelease NUMPAD7_Key_Release")
  425. .Bindings=(Name="NumPadEight",Command="NUMPAD8_Key_Press | onrelease NUMPAD8_Key_Release")
  426. .Bindings=(Name="NumPadNine",Command="NUMPAD9_Key_Press | onrelease NUMPAD9_Key_Release")
  427. .Bindings=(Name="NumPadZero",Command="NUMPAD0_Key_Press | onrelease NUMPAD0_Key_Release")
  428.  
  429. .Bindings=(Name="PageUp", Command="PageUp_Key_Press | onrelease PageUp_Key_Release")
  430. .Bindings=(Name="PageDown", Command="PageDn_Key_Press | onrelease PageDn_Key_Release")
  431.  
  432. .Bindings=(Name="F4", Command="ALT_F4_QUIT", Alt=True)
  433. .Bindings=(Name="F12", Command="F12_Key_Press | onrelease F12_Key_Release")
  434. .Bindings=(Name="F1", Command="F1_Key_Press | onrelease F1_Key_Release")
  435.  
  436. ;----------------------------------------------------------------------------------------
  437. ; CONSOLE bindings - Update these when you modify gamepad bindings
  438. ;----------------------------------------------------------------------------------------
  439.  
  440.  
  441. ;----------------------------------------------------------------------------------------
  442. ; HQ bindings
  443. ;----------------------------------------------------------------------------------------
  444.  
  445.  
  446. [GFxUI.KeyMap]
  447. FullKeyboard=1
  448. ;All input (except mouse) is passed to GFx, GFx does not handle input itself.
  449.  
  450.  
  451. [Engine.UIInputConfiguration]
  452. +WidgetInputAliases=(WidgetClassName="Engine.UIScreenObject",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="NavFocusUp",LinkedInputKeys=((InputKeyName="Up"),
  453. )),(InputAliasName="NavFocusDown",LinkedInputKeys=((InputKeyName="Down"),
  454. )),(InputAliasName="NavFocusLeft",LinkedInputKeys=((InputKeyName="Left"),)),(InputAliasName="NavFocusRight",LinkedInputKeys=((InputKeyName="Right"),)),(InputAliasName="PrevControl",LinkedInputKeys=((InputKeyName="Tab",ModifierKeyFlags=28)))))))
  455. +WidgetInputAliases=(WidgetClassName="Engine.ConsoleEntry",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="NavFocusUp",LinkedInputKeys=),(InputAliasName="NavFocusDown",LinkedInputKeys=()),(InputAliasName="NavFocusLeft",LinkedInputKeys=()),(InputAliasName="NavFocusRight",LinkedInputKeys=())))))
  456. +WidgetInputAliases=(WidgetClassName="Engine.UIObject",WidgetStates=((StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="ShowContextMenu",LinkedInputKeys=((InputKeyName="RightMouseButton")))))))
  457. +WidgetInputAliases=(WidgetClassName="Engine.UIButton",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="Enter"),(InputKeyName="SpaceBar"),)),(InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="NavFocusUp",LinkedInputKeys=((InputKeyName="Up"),(InputKeyName="XboxTypeS_DPad_Up"),(InputKeyName="Gamepad_LeftStick_Up"))),(InputAliasName="NavFocusDown",LinkedInputKeys=((InputKeyName="Down"),)),(InputAliasName="NavFocusLeft",LinkedInputKeys=((InputKeyName="Left"),)),(InputAliasName="NavFocusRight",LinkedInputKeys=((InputKeyName="Right"),)))),(StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton")))))))
  458. +WidgetInputAliases=(WidgetClassName="Engine.UICheckbox",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="Enter"),(InputKeyName="SpaceBar"),)),(InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="NavFocusUp",LinkedInputKeys=((InputKeyName="Up"),)),(InputAliasName="NavFocusDown",LinkedInputKeys=((InputKeyName="Down"),)),(InputAliasName="NavFocusLeft",LinkedInputKeys=((InputKeyName="Left"),)),(InputAliasName="NavFocusRight",LinkedInputKeys=((InputKeyName="Right"),)))),(StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton")))))))
  459. +WidgetInputAliases=(WidgetClassName="Engine.UIComboBox",WidgetStates=((StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton"))))),(StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="NavFocusUp",LinkedInputKeys=((InputKeyName="Up"))),(InputAliasName="NavFocusDown",LinkedInputKeys=((InputKeyName="Down"))),(InputAliasName="NavFocusLeft",LinkedInputKeys=((InputKeyName="Left"))),(InputAliasName="NavFocusRight",LinkedInputKeys=((InputKeyName="Right")))))))
  460. +WidgetInputAliases=(WidgetClassName="Engine.UIList",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="MoveSelectionUp",LinkedInputKeys=((InputKeyName="Up"),(InputKeyName="Gamepad_RightStick_Up"),(InputKeyName="MouseScrollUp"))),(InputAliasName="MoveSelectionDown",LinkedInputKeys=((InputKeyName="Down"),(InputKeyName="Gamepad_RightStick_Down"),(InputKeyName="MouseScrollDown"))),(InputAliasName="MoveSelectionLeft",LinkedInputKeys=((InputKeyName="Left"),(InputKeyName="Gamepad_RightStick_Left"))),(InputAliasName="MoveSelectionRight",LinkedInputKeys=((InputKeyName="Right"),(InputKeyName="Gamepad_RightStick_Right"))),(InputAliasName="SelectFirstElement",LinkedInputKeys=((InputKeyName="Home"))),(InputAliasName="SelectLastElement",LinkedInputKeys=((InputKeyName="End"))),(InputAliasName="PageUp",LinkedInputKeys=((InputKeyName="PageUp"),(InputKeyName="MouseScrollUp",ModifierKeyFlags=42))),(InputAliasName="PageDown",LinkedInputKeys=((InputKeyName="PageDown"),(InputKeyName="MouseScrollDown",ModifierKeyFlags=42))),(InputAliasName="SelectAllItems",LinkedInputKeys=((InputKeyName="A",ModifierKeyFlags=42))),(InputAliasName="SubmitListSelection",LinkedInputKeys=((InputKeyName="SpaceBar"),(InputKeyName="Enter"),)),(InputAliasName="NavFocusUp",LinkedInputKeys=()),(InputAliasName="NavFocusDown",LinkedInputKeys=()),(InputAliasName="NavFocusLeft",LinkedInputKeys=()),(InputAliasName="NavFocusRight",LinkedInputKeys=()))),(StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton",ModifierKeyFlags=24))),(InputAliasName="ResizeColumn",LinkedInputKeys=((InputKeyName="MouseX",ModifierKeyFlags=0),(InputKeyName="MouseY",ModifierKeyFlags=0)))))))
  461. +WidgetInputAliases=(WidgetClassName="Engine.UIContextMenu",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="HideContextMenu",LinkedInputKeys=((InputKeyName="Escape")))))))
  462. +WidgetInputAliases=(WidgetClassName="Engine.UIEditBox",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="SubmitText",LinkedInputKeys=((InputKeyName="Enter"),)),(InputAliasName="DeleteCharacter",LinkedInputKeys=((InputKeyName="Delete"))),(InputAliasName="MoveCursorLeft",LinkedInputKeys=((InputKeyName="Left",ModifierKeyFlags=0))),(InputAliasName="MoveCursorRight",LinkedInputKeys=((InputKeyName="Right",ModifierKeyFlags=0))),(InputAliasName="MoveCursorToLineStart",LinkedInputKeys=((InputKeyName="Home",ModifierKeyFlags=0))),(InputAliasName="MoveCursorToLineEnd",LinkedInputKeys=((InputKeyName="End",ModifierKeyFlags=0))),(InputAliasName="BackSpace",LinkedInputKeys=((InputKeyName="BackSpace"),)),(InputAliasName="Char",LinkedInputKeys=((InputKeyName="A"),(InputKeyName="B"),(InputKeyName="C"),(InputKeyName="D"),(InputKeyName="E"),(InputKeyName="F"),(InputKeyName="G"),(InputKeyName="H"),(InputKeyName="I"),(InputKeyName="J"),(InputKeyName="K"),(InputKeyName="L"),(InputKeyName="M"),(InputKeyName="N"),(InputKeyName="O"),(InputKeyName="P"),(InputKeyName="Q"),(InputKeyName="R"),(InputKeyName="S"),(InputKeyName="T"),(InputKeyName="U"),(InputKeyName="V"),(InputKeyName="W"),(InputKeyName="X"),(InputKeyName="Y"),(InputKeyName="Z"),(InputKeyName="Zero"),(InputKeyName="One"),(InputKeyName="Two"),(InputKeyName="Three"),(InputKeyName="Four"),(InputKeyName="Five"),(InputKeyName="Six"),(InputKeyName="Seven"),(InputKeyName="Eight"),(InputKeyName="Nine"),(InputKeyName="NumPadZero"),(InputKeyName="NumPadOne"),(InputKeyName="NumPadTwo"),(InputKeyName="NumPadThree"),(InputKeyName="NumPadFour"),(InputKeyName="NumPadFive"),(InputKeyName="NumPadSix"),(InputKeyName="NumPadSeven"),(InputKeyName="NumPadEight"),(InputKeyName="NumPadNine"),(InputKeyName="Multiply"),(InputKeyName="Add"),(InputKeyName="Subtract"),(InputKeyName="Decimal"),(InputKeyName="Divide"),(InputKeyName="Semicolon"),(InputKeyName="Equals"),(InputKeyName="Comma"),(InputKeyName="Underscore"),(InputKeyName="Period"),(InputKeyName="Slash"),(InputKeyName="Tilde"),(InputKeyName="LeftBracket"),(InputKeyName="Backslash"),(InputKeyName="RightBracket"),(InputKeyName="Quote"),(InputKeyName="Character"))),(InputAliasName="Consume",LinkedInputKeys=((InputKeyName="LeftShift"),(InputKeyName="RightShift"),(InputKeyName="LeftControl"),(InputKeyName="RightControl"),(InputKeyName="LeftAlt"),(InputKeyName="RightAlt"))))),(StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton"))))),(StateClassName="Engine.UIState_Pressed",StateInputAliases=((InputAliasName="MouseSelect",LinkedInputKeys=((InputKeyName="MouseX",ModifierKeyFlags=0)))))))
  463. +WidgetInputAliases=(WidgetClassName="Engine.UILabelButton",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="Enter"),(InputKeyName="SpaceBar"),)),(InputAliasName="NavFocusUp",LinkedInputKeys=((InputKeyName="Up"),)),(InputAliasName="NavFocusDown",LinkedInputKeys=((InputKeyName="Down"),)),(InputAliasName="NavFocusLeft",LinkedInputKeys=((InputKeyName="Left"),)),(InputAliasName="NavFocusRight",LinkedInputKeys=((InputKeyName="Right"),)))),(StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton")))))))
  464. +WidgetInputAliases=(WidgetClassName="Engine.UINumericEditBox",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="SubmitText",LinkedInputKeys=((InputKeyName="Enter"),)),(InputAliasName="DeleteCharacter",LinkedInputKeys=((InputKeyName="Delete"))),(InputAliasName="MoveCursorLeft",LinkedInputKeys=((InputKeyName="Left"),(InputKeyName="Gamepad_RightStick_Left"))),(InputAliasName="MoveCursorRight",LinkedInputKeys=((InputKeyName="Right"),(InputKeyName="Gamepad_RightStick_Right"))),(InputAliasName="MoveCursorToLineStart",LinkedInputKeys=((InputKeyName="Home"))),(InputAliasName="MoveCursorToLineEnd",LinkedInputKeys=((InputKeyName="End"))),(InputAliasName="BackSpace",LinkedInputKeys=((InputKeyName="BackSpace"),)),(InputAliasName="Char",LinkedInputKeys=((InputKeyName="A"),(InputKeyName="B"),(InputKeyName="C"),(InputKeyName="D"),(InputKeyName="E"),(InputKeyName="F"),(InputKeyName="G"),(InputKeyName="H"),(InputKeyName="I"),(InputKeyName="J"),(InputKeyName="K"),(InputKeyName="L"),(InputKeyName="M"),(InputKeyName="N"),(InputKeyName="O"),(InputKeyName="P"),(InputKeyName="Q"),(InputKeyName="R"),(InputKeyName="S"),(InputKeyName="T"),(InputKeyName="U"),(InputKeyName="V"),(InputKeyName="W"),(InputKeyName="X"),(InputKeyName="Y"),(InputKeyName="Z"),(InputKeyName="Zero"),(InputKeyName="One"),(InputKeyName="Two"),(InputKeyName="Three"),(InputKeyName="Four"),(InputKeyName="Five"),(InputKeyName="Six"),(InputKeyName="Seven"),(InputKeyName="Eight"),(InputKeyName="Nine"),(InputKeyName="NumPadZero"),(InputKeyName="NumPadOne"),(InputKeyName="NumPadTwo"),(InputKeyName="NumPadThree"),(InputKeyName="NumPadFour"),(InputKeyName="NumPadFive"),(InputKeyName="NumPadSix"),(InputKeyName="NumPadSeven"),(InputKeyName="NumPadEight"),(InputKeyName="NumPadNine"),(InputKeyName="Multiply"),(InputKeyName="Decimal"),(InputKeyName="Divide"),(InputKeyName="Semicolon"),(InputKeyName="Equals"),(InputKeyName="Comma"),(InputKeyName="Underscore"),(InputKeyName="Period"),(InputKeyName="Slash"),(InputKeyName="Tilde"),(InputKeyName="LeftBracket"),(InputKeyName="Backslash"),(InputKeyName="RightBracket"),(InputKeyName="Quote"),(InputKeyName="Character"))),(InputAliasName="Consume",LinkedInputKeys=((InputKeyName="LeftShift"),(InputKeyName="RightShift"),(InputKeyName="LeftControl"),(InputKeyName="RightControl"),(InputKeyName="LeftAlt"),(InputKeyName="RightAlt"))),(InputAliasName="IncrementNumericValue",LinkedInputKeys=((InputKeyName="Gamepad_RightStick_Up"),(InputKeyName="Add"))),(InputAliasName="DecrementNumericValue",LinkedInputKeys=((InputKeyName="Gamepad_RightStick_Down"),(InputKeyName="Subtract"))),(InputAliasName="NavFocusDown",LinkedInputKeys=((InputKeyName="Down"),)),(InputAliasName="NavFocusUp",LinkedInputKeys=((InputKeyName="Up"),)),(InputAliasName="NavFocusLeft",LinkedInputKeys=()),(InputAliasName="NavFocusRight",LinkedInputKeys=)))))
  465. +WidgetInputAliases=(WidgetClassName="Engine.UIOptionListBase",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="MoveSelectionLeft",LinkedInputKeys=((InputKeyName="Left"),)),(InputAliasName="MoveSelectionRight",LinkedInputKeys=((InputKeyName="Right"),)),(InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="SpaceBar",ModifierKeyFlags=0),(InputKeyName="Enter",ModifierKeyFlags=0))))),(StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton",ModifierKeyFlags=0)))))))
  466. +WidgetInputAliases=(WidgetClassName="Engine.UIPanel",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab")))))))
  467. +WidgetInputAliases=(WidgetClassName="Engine.UIScene",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="CloseScene",LinkedInputKeys=((InputKeyName="Escape"),)))),(StateClassName="Engine.UIState_Enabled",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton",ModifierKeyFlags=0),(InputKeyName="RightMouseButton",ModifierKeyFlags=0),(InputKeyName="MiddleMouseButton",ModifierKeyFlags=0)))))))
  468. +WidgetInputAliases=(WidgetClassName="Engine.UIScrollbar",WidgetStates=((StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton")))))))
  469. +WidgetInputAliases=(WidgetClassName="Engine.UIScrollbarButton",WidgetStates=((StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton")))))))
  470. +WidgetInputAliases=(WidgetClassName="Engine.UIScrollbarMarkerButton",WidgetStates=((StateClassName="Engine.UIState_Pressed",StateInputAliases=((InputAliasName="DragSlider",LinkedInputKeys=((InputKeyName="MouseX"),(InputKeyName="MouseY")))))))
  471. +WidgetInputAliases=(WidgetClassName="Engine.UIScrollFrame",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="ScrollUp",LinkedInputKeys=((InputKeyName="MouseScrollUp"),(InputKeyName="Up"))),(InputAliasName="ScrollDown",LinkedInputKeys=((InputKeyName="MouseScrollDown"),(InputKeyName="Down"))),(InputAliasName="ScrollTop",LinkedInputKeys=((InputKeyName="Home"))),(InputAliasName="ScrollBottom",LinkedInputKeys=((InputKeyName="End"))),(InputAliasName="PageUp",LinkedInputKeys=((InputKeyName="PageUp"),(InputKeyName="MouseScrollUp",ModifierKeyFlags=42))),(InputAliasName="PageDown",LinkedInputKeys=((InputKeyName="MouseScrollDown",ModifierKeyFlags=42),(InputKeyName="PageDown")))))))
  472. +WidgetInputAliases=(WidgetClassName="Engine.UISlider",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab"))),(InputAliasName="NavFocusUp",LinkedInputKeys=((InputKeyName="Up"),)),(InputAliasName="NavFocusDown",LinkedInputKeys=((InputKeyName="Down"),)),(InputAliasName="NavFocusLeft",LinkedInputKeys=((InputKeyName="Left"),)),(InputAliasName="NavFocusRight",LinkedInputKeys=((InputKeyName="Right"),)),(InputAliasName="DecrementSliderValue",LinkedInputKeys=((InputKeyName="Subtract"),(InputKeyName="Gamepad_RightStick_Left"))),(InputAliasName="IncrementSliderValue",LinkedInputKeys=((InputKeyName="Add"),(InputKeyName="Gamepad_RightStick_Right"))),(InputAliasName="Clicked",LinkedInputKeys=()))),(StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton"))),(InputAliasName="DragSlider"))),(StateClassName="Engine.UIState_Pressed",StateInputAliases=((InputAliasName="DragSlider",LinkedInputKeys=((InputKeyName="MouseX"),(InputKeyName="MouseY")))))))
  473. +WidgetInputAliases=(WidgetClassName="Engine.UITabButton",WidgetStates=((StateClassName="Engine.UIState_TargetedTab",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="Enter",ModifierKeyFlags=0),(InputKeyName="SpaceBar",ModifierKeyFlags=0),))))))
  474. +WidgetInputAliases=(WidgetClassName="Engine.UITabControl",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextPage",LinkedInputKeys=((InputKeyName="Tab",ModifierKeyFlags=42))),(InputAliasName="PreviousPage",LinkedInputKeys=((InputKeyName="Tab",ModifierKeyFlags=14)))))))
  475. +WidgetInputAliases=(WidgetClassName="Engine.UIToggleButton",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="Enter"))))),(StateClassName="Engine.UIState_Active",StateInputAliases=((InputAliasName="Clicked",LinkedInputKeys=((InputKeyName="LeftMouseButton")))))))
  476. +WidgetInputAliases=(WidgetClassName="Engine.ScriptConsoleEntry",WidgetStates=((StateClassName="Engine.UIState_Focused",StateInputAliases=((InputAliasName="NextControl",LinkedInputKeys=((InputKeyName="Tab")))))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement