Keyboard Defaults?!?!

Have a question, suggestion, or comment about Aleph One's features and functionality (Lua, MML, the engine itself, etc)? Post such topics here.
Post Reply
User avatar
Flippant Sol
Born on Board
Posts: 70
Joined: Jun 24th '17, 21:01

Is this code correct?

Code: Select all

<marathon>
  <keyboard set="Standard">
    <key index="0" sdl="119"/>
    <key index="1" sdl="115"/>
    <key index="2" sdl="122"/>
    <key index="3" sdl="120"/>
  </keyboard>
  <keyboard set="Arrows">
    <key index="0" sdl="119"/>
    <key index="1" sdl="115"/>
    <key index="2" sdl="122"/>
    <key index="3" sdl="120"/>
  </keyboard>
  <keyboard set="PowerBook">
    <key index="0" sdl="119"/>
    <key index="1" sdl="115"/>
    <key index="2" sdl="122"/>
    <key index="3" sdl="120"/>
  </keyboard>
</marathon>
Post Reply