1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
<schemalist gettext-domain="monster-masher">
<schema id="dk.iola.olau.monster-masher" path="/dk/iola/olau/monster-masher/">
<key name="fullscreen" type="b">
<default>true</default>
<summary>Use fullscreen</summary>
</key>
<child name="player1" schema="dk.iola.olau.monster-masher.player1"/>
<child name="player2" schema="dk.iola.olau.monster-masher.player2"/>
</schema>
<schema id="dk.iola.olau.monster-masher.player1" path="/dk/iola/olau/monster-masher/player1/">
<key name="left-key" type="s">
<default>'KP_Left'</default>
<summary>Key for moving to the left</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="left-up-key" type="s">
<default>'KP_Home'</default>
<summary>Key for moving to the left and up</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="up-key" type="s">
<default>'KP_Up'</default>
<summary>Key for moving up</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="right-up-key" type="s">
<default>'KP_Page_Up'</default>
<summary>Key for moving to the right and up</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="right-key" type="s">
<default>'KP_Right'</default>
<summary>Key for moving to the right</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="right-down-key" type="s">
<default>'KP_Page_Down'</default>
<summary>Key for moving to the right and down</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="down-key" type="s">
<default>'KP_Down'</default>
<summary>Key for moving down</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="left-down-key" type="s">
<default>'KP_End'</default>
<summary>Key for moving to the left and down</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="pull-key" type="s">
<default>'Control_R'</default>
<summary>Key for activating pulling of blocks</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
</schema>
<schema id="dk.iola.olau.monster-masher.player2" path="/dk/iola/olau/monster-masher/player2/">
<key name="left-key" type="s">
<default>'d'</default>
<summary>Key for moving to the left</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="left-up-key" type="s">
<default>'e'</default>
<summary>Key for moving to the left and up</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="up-key" type="s">
<default>'r'</default>
<summary>Key for moving up</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="right-up-key" type="s">
<default>'t'</default>
<summary>Key for moving to the right and up</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="right-key" type="s">
<default>'g'</default>
<summary>Key for moving to the right</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="right-down-key" type="s">
<default>'b'</default>
<summary>Key for moving to the right and down</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="down-key" type="s">
<default>'v'</default>
<summary>Key for moving down</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="left-down-key" type="s">
<default>'c'</default>
<summary>Key for moving to the left and down</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
<key name="pull-key" type="s">
<default>'Control_L'</default>
<summary>Key for activating pulling of blocks</summary>
<description>The string should be the GDK name of the key value to use (can be found in gdk/gdkkeynames.c).</description>
</key>
</schema>
</schemalist>
|