Advertisement
Rantis

Maya 2015 steam controller

Oct 17th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. "controller_mappings"
  2. {
  3. "version" "2"
  4. "game" "Generic Defaults"
  5. "description" "This is a generic set of bindings which has been selected because there is no Steam default configuration defined for this game. For best results you will likely need to edit these bindings to correspond with the actual in-game input configuration."
  6.  
  7. "group"
  8. {
  9. "id" "0"
  10. "mode" "four_buttons"
  11.  
  12. "bindings"
  13. {
  14. "button_A" "key_press Q"
  15. "button_B" "key_press W"
  16. "button_X" "key_press E"
  17. "button_Y" "key_press R"
  18. }
  19. }
  20.  
  21. "group"
  22. {
  23. "id" 1
  24. "mode" "dpad"
  25.  
  26. "bindings"
  27. {
  28. "dpad_north" "mouse_wheel SCROLL_UP"
  29. "dpad_south" "mouse_wheel SCROLL_DOWN"
  30. "dpad_east" "key_press RIGHT_ARROW"
  31. "dpad_west" "key_press LEFT_ARROW"
  32. }
  33. "settings"
  34. {
  35. "requires_click" "0"
  36.  
  37. "overlap" "true"
  38. }
  39. }
  40.  
  41. "group"
  42. {
  43. "id" "2"
  44. "mode" "dpad"
  45.  
  46. "bindings"
  47. {
  48. "dpad_north" "key_press LEFT_CONTROL"
  49. "dpad_south" "key_press LEFT_SHIFT"
  50. "dpad_east" "key_press LEFT_ALT"
  51. "dpad_west" "key_press F"
  52. }
  53.  
  54. "settings"
  55. {
  56. "requires_click" "1"
  57. "deadzone" "2000"
  58. "overlap" "false"
  59. }
  60. }
  61.  
  62. "group"
  63. {
  64. "id" "3"
  65. "mode" "absolute_mouse"
  66. "bindings"
  67. {
  68. "click" "mouse_button LEFT, Left Mouse"
  69. }
  70.  
  71. }
  72.  
  73. "group"
  74. {
  75. "id" "4"
  76. "mode" "trigger"
  77. "bindings"
  78. {
  79. "click" "key_press D"
  80. }
  81. "settings"
  82. {
  83. "output_trigger" "1"
  84. }
  85. }
  86.  
  87. "group"
  88. {
  89. "id" "5"
  90. "mode" "trigger"
  91. "bindings"
  92. {
  93. "click" "mouse_button MIDDLE"
  94. }
  95. "settings"
  96. {
  97. "output_trigger" "2"
  98. }
  99. }
  100.  
  101. "group_source_bindings"
  102. {
  103. "0" "button_diamond"
  104. "1" "joystick"
  105. "2" "left_trackpad"
  106. "3" "right_trackpad"
  107. "4" "left_trigger active"
  108. "5" "right_trigger active"
  109. }
  110.  
  111. "switch_bindings"
  112. {
  113. "bindings"
  114. {
  115. "left_bumper" "key_press V, Mouse Scroll Up"
  116. "right_bumper" "mouse_button RIGHT"
  117.  
  118. "button_escape" "key_press ESCAPE, Menu"
  119. "button_menu" "key_press TAB, Tab"
  120.  
  121. "button_back_left" "key_press S"
  122. "button_back_right" "key_press SPACE"
  123.  
  124. }
  125. }
  126.  
  127. "settings"
  128. {
  129. "left_trackpad_mode" "none"
  130. "right_trackpad_mode" "none"
  131. }
  132.  
  133. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement