Advertisement
Guest User

Untitled

a guest
Dec 14th, 2014
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 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. | Other... |
  113. +------------+
  114.  
  115.  
  116. +----------------------------+
  117. | Button Label |
  118. |----------------------------|
  119. | OK A |
  120. | Cancel B |
  121. | Button 3 X |
  122. | Button 4 |
  123. | Button 5 <- selected |
  124. | Button 6 |
  125.  
  126.  
  127. "Press button or combination, then select button label"
  128.  
  129.  
  130. (A and B pressed)
  131.  
  132.  
  133. +----------------------------+
  134. | Button Label |
  135. |----------------------------|
  136. | OK A |
  137. | Cancel B |
  138. | Button 3 X |
  139. | Button 4 |
  140. | Button 5 A + B |
  141. | Button 6 <- selected |
  142.  
  143.  
  144. "Press button or combination, then select button label"
  145.  
  146.  
  147. (X and Y pressed)
  148.  
  149.  
  150. +----------------------------+
  151. | Button Label |
  152. |----------------------------|
  153. | OK A |
  154. | Cancel B |
  155. | Button 3 X |
  156. | Button 4 <- selected |
  157. | Button 5 A + B |
  158. | Button 6 X + Button 4 |
  159.  
  160.  
  161. "Press button or combination, then select button label"
  162.  
  163.  
  164. (Y pressed)
  165.  
  166.  
  167. +----------------------------+
  168. | Button Label |
  169. |----------------------------|
  170. | OK A |
  171. | Cancel B |
  172. | Button 3 X |
  173. | Button 4 Y |
  174. | Button 5 A + B |
  175. | Button 6 X + Y |
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement