Advertisement
Guest User

Untitled

a guest
Dec 14th, 2014
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.92 KB | None | 0 0
  1. +----------------------------+
  2. | Button Label |
  3. |----------------------------|
  4. | OK |
  5. | Cancel |
  6. | Button 3 |
  7. | Button 4 |
  8. | Button 5 |
  9. | Button 6 |
  10. | Start |
  11. | Select |
  12. | L |
  13. | R |
  14. | Left stick |
  15. | Right stick |
  16. |----------------------------|
  17. | Trigger Label |
  18. |----------------------------|
  19. | Left |
  20. | Right |
  21. |----------------------------|
  22. | Directional |
  23. |----------------------------|
  24. | Directional pad |
  25. | Left analog stick |
  26. | Right analog stick |
  27. +----------------------------+
  28.  
  29.  
  30. +----------------------------+
  31. | Button Label |
  32. |----------------------------|
  33. | OK <- selected |
  34. | Cancel |
  35. | Button 3 |
  36. | Button 4 |
  37. | Button 5 |
  38. | Button 6 |
  39.  
  40.  
  41. "Press button or combination, then select button label"
  42.  
  43.  
  44. (A pressed)
  45.  
  46.  
  47. +------------+
  48. | A | <- selected
  49. +------------+
  50. | B |
  51. +------------+
  52. | Circle |
  53. +------------+
  54. | X |
  55. +------------+
  56. | Button 1 |
  57. +------------+
  58. | Other... |
  59. +------------+
  60.  
  61.  
  62. +----------------------------+
  63. | Button Label |
  64. |----------------------------|
  65. | OK A |
  66. | Cancel <- selected |
  67. | Button 3 |
  68. | Button 4 |
  69. | Button 5 |
  70. | Button 6 |
  71.  
  72.  
  73. "Press button or combination, then select button label"
  74.  
  75.  
  76. (B pressed)
  77.  
  78.  
  79. +------------+
  80. | B | <- selected
  81. +------------+
  82. | Other... |
  83. +------------+
  84.  
  85.  
  86. +----------------------------+
  87. | Button Label |
  88. |----------------------------|
  89. | OK A |
  90. | Cancel B |
  91. | Button 3 <- selected |
  92. | Button 4 |
  93. | Button 5 |
  94. | Button 6 |
  95.  
  96.  
  97. "Press button or combination, then select button label"
  98.  
  99.  
  100. (X pressed)
  101.  
  102.  
  103. +------------+
  104. | X | <- selected
  105. +------------+
  106. | Y |
  107. +------------+
  108. | C-down |
  109. +------------+
  110. | C-left |
  111. +------------+
  112. | 1 |
  113. +------------+
  114. | 2 |
  115. +------------+
  116. | Other... |
  117. +------------+
  118.  
  119.  
  120. +----------------------------+
  121. | Button Label |
  122. |----------------------------|
  123. | OK A |
  124. | Cancel B |
  125. | Button 3 X |
  126. | Button 4 |
  127. | Button 5 <- selected |
  128. | Button 6 |
  129.  
  130.  
  131. "Press button or combination, then select button label"
  132.  
  133.  
  134. (A and B pressed)
  135.  
  136.  
  137. +----------------------------+
  138. | Button Label |
  139. |----------------------------|
  140. | OK A |
  141. | Cancel B |
  142. | Button 3 X |
  143. | Button 4 |
  144. | Button 5 A + B |
  145. | Button 6 <- selected |
  146.  
  147.  
  148. "Press button or combination, then select button label"
  149.  
  150.  
  151. (X and Y pressed)
  152.  
  153.  
  154. +----------------------------+
  155. | Button Label |
  156. |----------------------------|
  157. | OK A |
  158. | Cancel B |
  159. | Button 3 X |
  160. | Button 4 <- selected |
  161. | Button 5 A + B |
  162. | Button 6 X + Button 4 |
  163.  
  164.  
  165. "Press button or combination, then select button label"
  166.  
  167.  
  168. (Y pressed)
  169.  
  170.  
  171. +----------------------------+
  172. | Button Label |
  173. |----------------------------|
  174. | OK A |
  175. | Cancel B |
  176. | Button 3 X |
  177. | Button 4 Y |
  178. | Button 5 A + B |
  179. | Button 6 X + Y |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement