Advertisement
Guest User

Untitled

a guest
Oct 20th, 2013
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <FullscreenGame>
  2. <keyboard>
  3. <tab>Fullscreen</tab> <!-- ps -->
  4. <s>Stop</s> <!-- select -->
  5. <return>JoypadStart</return>
  6. <play_pause>JoypadStart</play_pause> <!-- start -->
  7. <!--<return mod="ctrl">JoypadSelect</return>-->
  8. <!--<enter mod="ctrl">JoypadSelect</enter>-->
  9. <up>JoypadUp</up>
  10. <down>JoypadDown</down>
  11. <left>JoypadLeft</left>
  12. <right>JoypadRight</right>
  13. <c>JoypadA</c> <!-- triangle -->
  14. <return>JoypadB</return> <!-- cross -->
  15. <backspace>JoypadX</backspace> <!-- circle -->
  16. <i>JoypadY</i> <!-- square -->
  17. <pageup>JoypadL</pageup> <!-- l1 -->
  18. <pagedown>JoypadR</pagedown> <!-- r1 -->
  19. </keyboard>
  20. </FullscreenGame>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement