Antiguo, new skin for XBMC!
#16
please add a shutdown button for us remote control users :verysad:
nice skin overall
Reply
#17
this is my keymap.xml. all i have to do is press "0" on the remote and i get the option to eithr "dashbaord" "reboot" or "shutdown".

back up your old keymap.xml if you decide to use mine. also, you wil be able to do volume up & down using key 2 & 5.

enjoy


<!-- this file contains the mapping of keys (gamepad and remote) to actions within xbmc -->
<!-- see the guilib\key.h file for the definition of the windows, actions, and keys. -->
<!-- the <global> section is a fall through - they will only be used if the button is not -->
<!-- used in the current window's <window> section.  note that there is only handling for -->
<!-- a single action per button at this stage. -->
<!-- the remotecode tags are only needed if you intend to map buttons from other remotes. -->
<!-- in this case, the remotecodes are the obcs (original button codes) in the rca 5 protocol -->

<!-- note that you can use an <execute> tag to run a built-in function rather than using <id> -->
<!--  eg <execute>xbmc.activatewindow(501)</execute> -->
<!-- would automatically go to my music on the button press. -->

<keymap>
 <global>
   <action>
     <description>remote button 0</description>
     <id>xbmc.activatewindow(111)</id>
     <remote>0</remote>
   </action>
   <action>
     <description>remote button 1</description>
     <id>59</id>
     <remote>1</remote>
   </action>
   <action>
     <description>remote button 3</description>
     <id>61</id>
     <remote>3</remote>
   </action>
   <action>
     <description>remote button 4</description>
     <id>62</id>
     <remote>4</remote>
   </action>
   <action>
     <description>remote button 6</description>
     <id>64</id>
     <remote>6</remote>
   </action>
   <action>
     <description>remote button 7</description>
     <id>65</id>
     <remote>7</remote>
   </action>
   <action>
     <description>remote button 8</description>
     <id>66</id>
     <remote>8</remote>
   </action>
   <action>
     <description>remote button 9</description>
     <id>67</id>
     <remote>9</remote>
   </action>
   <action>
     <description>player play</description>
     <id>79</id>
     <remote>play</remote>
     <keyboard>p</keyboard>
   </action>
   <action>
     <description>player forward</description>
     <id>77</id>
     <remote>forward</remote>
     <keyboard>f</keyboard>
   </action>
   <action>
     <description>player rewind</description>
     <id>78</id>
     <remote>reverse</remote>
     <keyboard>r</keyboard>
   </action>
   <action>
     <description>move left</description>
     <id>1</id>
     <gamepad>dpadleft</gamepad>
     <remote>left</remote>
     <remotecode></remotecode>
     <keyboard>left</keyboard>
   </action>
   <action>
     <description>move right</description>
     <id>2</id>
     <gamepad>dpadright</gamepad>
     <remote>right</remote>
     <remotecode></remotecode>
     <keyboard>right</keyboard>
   </action>
   <action>
     <description>move up</description>
     <id>3</id>
     <gamepad>dpadup</gamepad>
     <remote>up</remote>
     <remotecode></remotecode>
     <keyboard>up</keyboard>
   </action>
   <action>
     <description>move down</description>
     <id>4</id>
     <gamepad>dpaddown</gamepad>
     <remote>down</remote>
     <remotecode></remotecode>
     <keyboard>down</keyboard>
   </action>
   <action>
     <description>scroll up</description>
     <id>111</id>
     <gamepad>leftanalogtrigger</gamepad>
     <remotecode></remotecode>
   </action>
   <action>
     <description>scroll down</description>
     <id>112</id>
     <gamepad>rightanalogtrigger</gamepad>
     <remotecode></remotecode>
   </action>
   <action>
     <description>page up</description>
     <id>5</id>
     <remote>pageplus</remote>
     <keyboard>pageup</keyboard>
   </action>
   <action>
     <description>page down</description>
     <id>6</id>
     <remote>pageminus</remote>
     <keyboard>pagedown</keyboard>
   </action>
   <action>
     <description>select item</description>
     <id>7</id>
     <gamepad>a</gamepad>
     <remote>select</remote>
     <remotecode></remotecode>
     <keyboard>return</keyboard>
   </action>
   <action>
     <description>parent dir</description>
     <id>9</id>
     <gamepad>b</gamepad>
     <remote>back</remote>
     <keyboard>backspace</keyboard>
   </action>
   <action>
     <description>previous menu</description>
     <id>10</id>
     <gamepad>back</gamepad>
     <remote>menu</remote>
     <remote>start</remote>
     <keyboard>escape</keyboard>
   </action>
   <action>
     <description>show info</description>
     <id>11</id>
     <remote>info</remote>
     <remotecode></remotecode>
     <keyboard>i</keyboard>
   </action>
   <action>
     <description>context menu</description>
     <id>117</id>
     <gamepad>white</gamepad>
     <remote>title</remote>
     <remotecode></remotecode>
     <keyboard>menu</keyboard>
   </action>
   <action>
     <description>bring up player controls</description>
     <execute>xbmc.activatewindow(114)</execute>
     <gamepad>start</gamepad>
   </action>
   <action>
     <description>pause</description>
     <id>12</id>
     <remote>pause</remote>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>stop</description>
     <id>13</id>
     <remote>stop</remote>
     <remotecode></remotecode>
     <keyboard>x</keyboard>
   </action>
   <action>
     <description>next item</description>
     <id>14</id>
     <remote>skipplus</remote>
     <remotecode></remotecode>
     <keyboard>.</keyboard>
   </action>
   <action>
     <description>prev item</description>
     <id>15</id>
     <remote>skipminus</remote>
     <remotecode></remotecode>
     <keyboard>,</keyboard>
   </action>
   <action>
     <description>show gui</description>
     <id>18</id>
     <gamepad>x</gamepad>
     <remote>display</remote>
     <remote>xbox</remote>
     <remotecode></remotecode>
     <keyboard>tab</keyboard>
   </action>
   <action>
     <description>analog move</description>
     <id>49</id>
     <gamepad>leftthumbstick</gamepad>
   </action>
   <action>
     <description>take screenshot</description>
     <id>85</id>
     <gamepad>leftthumbbutton</gamepad>
     <remote>record</remote>
     <keyboard>printscreen</keyboard>
   </action>
   <action>
     <description>volume up</description>
     <id>88</id>
     <gamepad>rightthumbstickup</gamepad>
     <remote>2</remote>
     <keyboard>+</keyboard>
   </action>
   <action>
     <description>volume down</description>
     <id>89</id>
     <gamepad>rightthumbstickdown</gamepad>
     <remote>5</remote>
     <keyboard>-</keyboard>
   </action>
   <action>
     <description>mute</description>
     <id>91</id>
     <remote>mute</remote>
   </action>
   <action>
     <description>popup shutdown menu</description>
     <execute>xbmc.activatewindow(111)</execute>
     <gamepad>rightthumbbutton</gamepad>
   </action>
   <action>
     <description>shutdown power</description>
     <execute>xbmc.shutdown()</execute>
     <remote>power</remote>
   </action>
   <action>
     <description>jump to my videos</description>
     <execute>xbmc.activatewindow(6)</execute>
     <remote>myvideo</remote>
   </action>
   <action>
     <description>jump to my music</description>
     <execute>xbmc.activatewindow(501)</execute>
     <remote>mymusic</remote>
   </action>
   <action>
     <description>jump to my pictures</description>
     <execute>xbmc.activatewindow(2)</execute>
     <remote>mypictures</remote>
   </action>
   <action>
     <description>jump to home</description>
     <execute>xbmc.activatewindow(0)</execute>
     <remote>mytv</remote>
   </action>
 </global>
 <window>
   <description>home</description>
   <id>0</id>
   <action>
     <description>show system info</description>
     <execute>xbmc.activatewindow(7)</execute>
     <remote>info</remote>
     <remotecode></remotecode>
     <keyboard>i</keyboard>
   </action>
   <action>
     <description>show weather</description>
     <execute>xbmc.activatewindow(2600)</execute>
     <remote>clear</remote>
   </action>
   <action>
     <description>show settings</description>
     <execute>xbmc.activatewindow(4)</execute>
     <remote>hash</remote>
   </action>
   <action>
     <description>popup shutdown menu</description>
     <execute>xbmc.activatewindow(111)</execute>
     <remote>record</remote>
     <gamepad>rightthumbbutton</gamepad>
   </action>
 </window>
 <window>
   <description>files</description>
   <id>3</id>
   <action>
     <description>highlight item</description>
     <id>8</id>
     <gamepad>y</gamepad>
     <remote>1</remote>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>delete item</description>
     <id>80</id>
     <gamepad></gamepad>
     <remote>0</remote>
     <remote>clear</remote>
     <remotecode></remotecode>
     <keyboard>delete</keyboard>
   </action>
   <action>
     <description>copy item</description>
     <id>81</id>
     <gamepad></gamepad>
     <remote>2</remote>
     <remotecode></remotecode>
     <keyboard>c</keyboard>
   </action>
   <action>
     <description>move item</description>
     <id>82</id>
     <gamepad>start</gamepad>
     <remote>3</remote>
     <remotecode></remotecode>
     <keyboard>m</keyboard>
   </action>
   <action>
     <description>rename item</description>
     <id>87</id>
     <keyboard>r</keyboard>
   </action>
 </window>
 <window>
   <description>music playlist</description>
   <id>500</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remote>back</remote>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>0</remote>
     <remote>clear</remote>
     <remotecode></remotecode>
     <keyboard>delete</keyboard>
   </action>
   <action>
     <description>move item up</description>
     <id>115</id>
     <gamepad></gamepad>
     <remote>3</remote>
     <remotecode></remotecode>
     <keyboard>u</keyboard>
   </action>
   <action>
     <description>move item down</description>
     <id>116</id>
     <gamepad></gamepad>
     <remote>9</remote>
     <remotecode></remotecode>
     <keyboard>d</keyboard>
   </action>
 </window>
 <window>
   <description>music files</description>
   <id>501</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>0</remote>
     <remote>star</remote>
     <remotecode></remotecode>
     <keyboard>q</keyboard>
   </action>
 </window>
 <window>
   <description>music nav</description>
   <id>502</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>0</remote>
     <remote>star</remote>
     <remotecode></remotecode>
     <keyboard>q</keyboard>
   </action>
 </window>
 <window>
   <description>music top100</description>
   <id>503</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>star</remote>
     <remote>0</remote>
     <remotecode></remotecode>
     <keyboard>q</keyboard>
   </action>
 </window>
 <window>
   <description>unknown</description>
   <id>504</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>0</remote>
     <remote>star</remote>
     <remotecode></remotecode>
     <keyboard>q</keyboard>
   </action>
 </window>
 <window>
   <description>unknown</description>
   <id>505</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>0</remote>
     <remote>star</remote>
     <remotecode></remotecode>
     <keyboard>q</keyboard>
   </action>
 </window>
 <window>
   <description>unknown</description>
   <id>506</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>0</remote>
     <remote>star</remote>
     <remotecode></remotecode>
     <keyboard>q</keyboard>
   </action>
 </window>
 <window>
   <description>fullscreen video</description>
   <id>2005</id>
   <action>
     <description>next item</description>
     <id>14</id>
     <remote>skipplus</remote>
     <remotecode></remotecode>
     <keyboard>.</keyboard>
   </action>
   <action>
     <description>prev item</description>
     <id>15</id>
     <remote>skipplus</remote>
     <remotecode></remotecode>
     <keyboard>.</keyboard>
   </action>
   <action>
     <description>player play</description>
     <id>79</id>
     <remote>play</remote>
     <keyboard>p</keyboard>
   </action>
   <action>
     <description>pause</description>
     <id>12</id>
     <gamepad>a</gamepad>
     <remote>pause</remote>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>stop</description>
     <id>13</id>
     <gamepad>b</gamepad>
     <remote>stop</remote>
     <keyboard>x</keyboard>
   </action>
   <action>
     <description>player forward</description>
     <id>77</id>
     <remote>forward</remote>
     <keyboard>f</keyboard>
   </action>
   <action>
     <description>player rewind</description>
     <id>78</id>
     <remote>reverse</remote>
     <keyboard>r</keyboard>
   </action>
   <action>
     <description>analog forward</description>
     <id>113</id>
     <gamepad>rightanalogtrigger</gamepad>
   </action>
   <action>
     <description>analog rewind</description>
     <id>114</id>
     <gamepad>leftanalogtrigger</gamepad>
   </action>
   <action>
     <description>step forward</description>
     <id>20</id>
     <gamepad>dpadright</gamepad>
     <remote>right</remote>
     <keyboard>.</keyboard>
   </action>
   <action>
     <description>step back</description>
     <id>21</id>
     <gamepad>dpadleft</gamepad>
     <remote>left</remote>
     <keyboard>,</keyboard>
   </action>
   <action>
     <description>small step back</description>
     <id>76</id>
     <remote>back</remote>
     <gamepad>back</gamepad>
     <keyboard>backspace</keyboard>
   </action>
   <action>
     <description>big step forward</description>
     <id>22</id>
     <gamepad>dpadup</gamepad>
     <remote>up</remote>
     <keyboard>]</keyboard>
   </action>
   <action>
     <description>big step back</description>
     <id>23</id>
     <gamepad>dpaddown</gamepad>
     <remote>down</remote>
     <keyboard>[</keyboard>
   </action>
   <action>
     <description>show osd</description>
     <id>24</id>
     <gamepad>y</gamepad>
     <remote>menu</remote>
     <remote>start</remote>
     <keyboard>return</keyboard>
   </action>
   <action>
     <description>show subtitles</description>
     <id>25</id>
     <remote>title</remote>
     <keyboard>s</keyboard>
   </action>
   <action>
     <description>next subtitle</description>
     <id>26</id>
     <keyboard>l</keyboard>
   </action>
   <action>
     <description>show codec</description>
     <id>27</id>
     <gamepad>black</gamepad>
     <remote>info</remote>
     <keyboard>i</keyboard>
   </action>
   <action>
     <description>show osd time</description>
     <id>123</id>
     <gamepad>white</gamepad>
     <keyboard>o</keyboard>
   </action>
   <action>
     <description>aspect ratio</description>
     <id>19</id>
     <gamepad>start</gamepad>
     <remote>select</remote>
     <remote>enter</remote>
     <keyboard>z</keyboard>
   </action>
   <action>
     <description>remote button 0</description>
     <id>58</id>
     <remote>0</remote>
     <keyboard>0</keyboard>
   </action>
   <action>
     <description>remote button 1</description>
     <id>59</id>
     <remote>1</remote>
     <keyboard>1</keyboard>
   </action>
   <action>
     <description>remote button 2</description>
     <id>60</id>
     <keyboard>2</keyboard>
   </action>
   <action>
     <description>remote button 3</description>
     <id>61</id>
     <remote>3</remote>
     <keyboard>3</keyboard>
   </action>
   <action>
     <description>remote button 4</description>
     <id>62</id>
     <remote>4</remote>
     <keyboard>4</keyboard>
   </action>
   <action>
     <description>remote button 5</description>
     <id>63</id>
     <keyboard>5</keyboard>
   </action>
   <action>
     <description>remote button 6</description>
     <id>64</id>
     <remote>6</remote>
     <keyboard>6</keyboard>
   </action>
   <action>
     <description>remote button 7</description>
     <id>65</id>
     <remote>7</remote>
     <keyboard>7</keyboard>
   </action>
   <action>
     <description>remote button 8</description>
     <id>66</id>
     <keyboard>8</keyboard>
   </action>
   <action>
     <description>remote button 9</description>
     <id>67</id>
     <remote>9</remote>
     <keyboard>9</keyboard>
   </action>
   <action>
     <description>volume down</description>
     <id>89</id>
     <remote>5</remote>
   </action>
   <action>
     <description>mute</description>
     <id>91</id>
     <remote>8</remote>
   </action>
 </window>
 <window>
   <description>visualisation</description>
   <id>2006</id>
   <action>
     <description>pause</description>
     <id>12</id>
     <gamepad>a</gamepad>
   </action>
   <action>
     <description>stop</description>
     <id>13</id>
     <gamepad>b</gamepad>
   </action>
   <action>
     <description>next item</description>
     <id>14</id>
     <gamepad>dpadright</gamepad>
   </action>
   <action>
     <description>prev item</description>
     <id>15</id>
     <gamepad>dpadleft</gamepad>
   </action>
   <action>
     <description>analog forward</description>
     <id>113</id>
     <gamepad>rightanalogtrigger</gamepad>
   </action>
   <action>
     <description>analog rewind</description>
     <id>114</id>
     <gamepad>leftanalogtrigger</gamepad>
   </action>
   <action>
     <description>pause cdg</description>
     <id>259</id>
     <gamepad>y</gamepad>
   </action>
   <action>
     <description>analog forward</description>
     <id>113</id>
     <gamepad>rightanalogtrigger</gamepad>
   </action>
   <action>
     <description>show info</description>
     <id>11</id>
     <gamepad>white</gamepad>
     <remote>info</remote>
     <keyboard>i</keyboard>
   </action>
 </window>
 <window>
   <description>slideshow</description>
   <id>2007</id>
   <action>
     <description>show codec</description>
     <id>27</id>
     <gamepad>black</gamepad>
     <remote>info</remote>
     <keyboard>i</keyboard>
   </action>
   <action>
     <description>next picture</description>
     <id>28</id>
     <gamepad>righttrigger</gamepad>
     <remote>skipplus</remote>
     <keyboard>.</keyboard>
   </action>
   <action>
     <description>prev picture</description>
     <id>29</id>
     <gamepad>lefttrigger</gamepad>
     <remote>skipminus</remote>
     <keyboard>,</keyboard>
   </action>
   <action>
     <description>pause</description>
     <id>12</id>
     <gamepad>start</gamepad>
     <remote>pause</remote>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>zoom out</description>
     <id>30</id>
     <gamepad>x</gamepad>
     <keyboard>+</keyboard>
   </action>
   <action>
     <description>zoom in</description>
     <id>31</id>
     <gamepad>a</gamepad>
     <keyboard>-</keyboard>
   </action>
   <action>
     <description>zoom level normal</description>
     <id>37</id>
     <remote>0</remote>
     <remotecode></remotecode>
     <keyboard>0</keyboard>
   </action>
   <action>
     <description>zoom level 1</description>
     <id>38</id>
     <remote>1</remote>
     <remotecode></remotecode>
     <keyboard>1</keyboard>
   </action>
   <action>
     <description>zoom level 2</description>
     <id>39</id>
     <remote>2</remote>
     <remotecode></remotecode>
     <keyboard>2</keyboard>
   </action>
   <action>
     <description>zoom level 3</description>
     <id>40</id>
     <remote>3</remote>
     <remotecode></remotecode>
     <keyboard>3</keyboard>
   </action>
   <action>
     <description>zoom level 4</description>
     <id>41</id>
     <remote>4</remote>
     <remotecode></remotecode>
     <keyboard>4</keyboard>
   </action>
   <action>
     <description>zoom level 5</description>
     <id>42</id>
     <remote>5</remote>
     <remotecode></remotecode>
     <keyboard>5</keyboard>
   </action>
   <action>
     <description>zoom level 6</description>
     <id>43</id>
     <remote>6</remote>
     <remotecode></remotecode>
     <keyboard>6</keyboard>
   </action>
   <action>
     <description>zoom level 7</description>
     <id>44</id>
     <remote>7</remote>
     <remotecode></remotecode>
     <keyboard>7</keyboard>
   </action>
   <action>
     <description>zoom level 8</description>
     <id>45</id>
     <remote>8</remote>
     <remotecode></remotecode>
     <keyboard>8</keyboard>
   </action>
   <action>
     <description>zoom level 9</description>
     <id>46</id>
     <remote>9</remote>
     <remotecode></remotecode>
     <keyboard>9</keyboard>
   </action>
   <action>
     <description>move left</description>
     <id>1</id>
     <gamepad>dpadleft</gamepad>
     <remote>left</remote>
     <keyboard>left</keyboard>
   </action>
   <action>
     <description>move right</description>
     <id>2</id>
     <gamepad>dpadright</gamepad>
     <remote>right</remote>
     <keyboard>right</keyboard>
   </action>
   <action>
     <description>move up</description>
     <id>3</id>
     <gamepad>dpadup</gamepad>
     <remote>up</remote>
     <keyboard>up</keyboard>
   </action>
   <action>
     <description>move down</description>
     <id>4</id>
     <gamepad>dpaddown</gamepad>
     <remote>down</remote>
     <keyboard>down</keyboard>
   </action>
   <action>
     <description>rotate picture</description>
     <id>50</id>
     <gamepad>y</gamepad>
     <remote>title</remote>
     <keyboard>r</keyboard>
   </action>
   <action>
     <description>previous menu</description>
     <id>10</id>
     <gamepad>back</gamepad>
     <remote>back</remote>
     <remote>menu</remote>
     <remote>start</remote>
     <keyboard>escape</keyboard>
   </action>
 </window>
 <window>
   <description>movie calibration</description>
   <id>11</id>
   <action>
     <description>calibrate swap arrows</description>
     <id>47</id>
     <gamepad>a</gamepad>
     <remote>select</remote>
     <remote>enter</remote>
     <keyboard>return</keyboard>
   </action>
   <action>
     <description>calibrate reset</description>
     <id>48</id>
     <gamepad>black</gamepad>
     <remote>0</remote>
     <keyboard>d</keyboard>
   </action>
   <action>
     <description>change resolution</description>
     <id>57</id>
     <gamepad>white</gamepad>
     <remote>display</remote>
     <remote>xbox</remote>
     <keyboard>r</keyboard>
   </action>
 </window>
 <window>
   <description>ui calibration</description>
   <id>10</id>
   <action>
     <description>calibrate reset</description>
     <id>48</id>
     <gamepad>black</gamepad>
     <remote>0</remote>
     <keyboard>d</keyboard>
   </action>
 </window>
 <window>
   <description>dialog select</description>
   <id>2000</id>
   <action>
     <description>close dialog</description>
     <id>51</id>
     <gamepad>back</gamepad>
     <remote>back</remote>
     <keyboard>escape</keyboard>
   </action>
 </window>
 <window>
   <description>osd</description>
   <id>2901</id>
   <action>
     <description>osd show value plus</description>
     <id>74</id>
     <gamepad>righttrigger</gamepad>
     <remote>skipplus</remote>
     <remotecode></remotecode>
     <keyboard>+</keyboard>
   </action>
   <action>
     <description>osd show value min</description>
     <id>75</id>
     <gamepad>lefttrigger</gamepad>
     <remote>skipminus</remote>
     <remotecode></remotecode>
     <keyboard>-</keyboard>
   </action>
   <action>
     <description>osd hidesubmenu</description>
     <id>84</id>
     <gamepad>x</gamepad>
     <remote>back</remote>
     <keyboard>escape</keyboard>
   </action>
   <action>
     <description>show osd</description>
     <id>24</id>
     <gamepad>y</gamepad>
     <gamepad>back</gamepad>
     <remote>menu</remote>
     <remote>start</remote>
     <keyboard>escape</keyboard>
   </action>
   <action>
     <description>show mplayer osd</description>
     <id>83</id>
     <gamepad>white</gamepad>
     <keyboard>o</keyboard>
   </action>
   <action>
     <description>aspect ratio</description>
     <id>19</id>
     <gamepad>start</gamepad>
     <keyboard>z</keyboard>
   </action>
   <action>
     <description>stop</description>
     <id>13</id>
     <gamepad>b</gamepad>
     <remote>stop</remote>
     <keyboard>x</keyboard>
   </action>
   <action>
     <description>pause</description>
     <id>12</id>
     <remote>pause</remote>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>player forward</description>
     <id>77</id>
     <remote>forward</remote>
     <keyboard>f</keyboard>
   </action>
   <action>
     <description>player rewind</description>
     <id>78</id>
     <remote>reverse</remote>
     <keyboard>r</keyboard>
   </action>
   <action>
     <description>show subtitles</description>
     <id>25</id>
     <keyboard>s</keyboard>
   </action>
   <action>
     <description>next subtitle</description>
     <id>26</id>
     <keyboard>l</keyboard>
   </action>
   <action>
     <description>show codec</description>
     <id>27</id>
     <keyboard>i</keyboard>
   </action>
 </window>
 <window>
   <description>media menu</description>
   <id>2902</id>
   <action>
     <description>show osd</description>
     <id>24</id>
     <gamepad>start</gamepad>
     <remote>menu</remote>
     <keyboard>return</keyboard>
   </action>
   <action>
     <description>previous menu</description>
     <id>10</id>
     <gamepad>b</gamepad>
     <remote>back</remote>
     <keyboard>backspace</keyboard>
   </action>
 </window>
 <window>
   <description>video title</description>
   <id>25</id>
   <action>
     <description>delete item</description>
     <id>80</id>
     <gamepad>black</gamepad>
     <remote>0</remote>
     <remote>clear</remote>
     <remotecode></remotecode>
     <keyboard>delete</keyboard>
   </action>
 </window>
 <window>
   <description>videos</description>
   <id>6</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remotecode></remotecode>
     <keyboard>space</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>0</remote>
     <remote>star</remote>
     <remotecode></remotecode>
     <keyboard>q</keyboard>
   </action>
 </window>
 <window>
   <description>video playlist</description>
   <id>28</id>
   <action>
     <description>show playlist</description>
     <id>33</id>
     <gamepad>black</gamepad>
     <remote>back</remote>
     <remotecode></remotecode>
     <keyboard>escape</keyboard>
   </action>
   <action>
     <description>queue item</description>
     <id>34</id>
     <gamepad>y</gamepad>
     <remote>0</remote>
     <remote>clear</remote>
     <remotecode></remotecode>
     <keyboard>delete</keyboard>
   </action>
   <action>
     <description>move item up</description>
     <id>115</id>
     <gamepad></gamepad>
     <remote>3</remote>
     <remotecode></remotecode>
     <keyboard>+</keyboard>
   </action>
   <action>
     <description>move item down</description>
     <id>116</id>
     <gamepad></gamepad>
     <remote>9</remote>
     <remotecode></remotecode>
     <keyboard>-</keyboard>
   </action>
 </window>
 <window>
   <description>dialog keyboard</description>
   <id>103</id>
   <action>
     <description>backspace</description>
     <id>110</id>
     <gamepad>b</gamepad>
     <remote>back</remote>
   </action>
   <action>
     <description>shift</description>
     <id>118</id>
     <gamepad>y</gamepad>
     <remote>star</remote>
   </action>
   <action>
     <description>symbols</description>
     <id>119</id>
     <gamepad>x</gamepad>
     <remote>hash</remote>
   </action>
   <action>
     <description>cursor left</description>
     <id>120</id>
     <remote>pageminus</remote>
     <gamepad>lefttrigger</gamepad>
   </action>
   <action>
     <description>cursor right</description>
     <id>121</id>
     <remote>pageplus</remote>
     <gamepad>righttrigger</gamepad>
   </action>
 </window>
 <window>
   <description>buddies</description>
   <id>2700</id>
   <action>
     <description>next picture</description>
     <id>28</id>
     <gamepad>righttrigger</gamepad>
   </action>
   <action>
     <description>prev picture</description>
     <id>29</id>
     <gamepad>lefttrigger</gamepad>
   </action>
 </window>
 <window>
   <description>dialog context menu</description>
   <id>106</id>
   <action>
     <description>close dialog</description>
     <id>51</id>
     <gamepad>white</gamepad>
     <remote>title</remote>
     <remotecode></remotecode>
     <keyboard>menu</keyboard>
   </action>
 </window>
 <window>
   <description>scripts</description>
   <id>20</id>
   <action>
     <description>show info</description>
     <id>11</id>
     <gamepad>white</gamepad>
     <remote>info</remote>
     <keyboard>i</keyboard>
   </action>
 </window>
 <window>
   <description>scripts info</description>
   <id>2004</id>
   <action>
     <description>show info</description>
     <id>11</id>
     <gamepad>white</gamepad>
     <remote>info</remote>
     <keyboard>i</keyboard>
   </action>
 </window>
 <window>
   <description>dialog numeric</description>
   <id>109</id>
   <action>
     <description>stop</description>
     <id>13</id>
     <gamepad>start</gamepad>
   </action>
 </window>
 <window>
   <description>dialog gamepad</description>
   <id>110</id>
   <action>
     <description>stop</description>
     <id>13</id>
     <gamepad>start</gamepad>
   </action>
 </window>
</keymap>
Reply
#18
(cwchiang @ june 09 2005,04:00 Wrote:great skin.  very clean and readable, with lots of modern style!

is there any way to make the skin default to a "files" view in music navigation?  for some reason, it always opens in "library".  i'm confused becaues this doesn't seem to happen in any of the other skins.
changes into the definition of the homebuttons of the xboxmediacenter.xml the definition of the button my music into the following one:

<button>
<description>my music</description>
<label>2</label>
<execute>xbmc.activatewindow(501)</execute>
<icon>103</icon>
</button>
Reply
#19
(striker @ june 09 2005,10:22 Wrote:please add a shutdown button for us remote control users  :verysad:
nice skin overall
define in his xboxmediacenter.xml the following homebutton:

<button>
<description>shutdown</description>
<label>13005</label>
<execute>xbmc.activatewindow(111)</execute>
<icon>115</icon>
</button>

of this form will be able to accede to the options of dashboard, shutdown, etc ... from the buttons of the home page.
Reply
#20
gorgeous skin. thank you.

nit pick: the "center gui interface" setting is unusable -- no visible corners. i'm on a 5/2/2005 build of xbmc with ntsc 16:9 if it matters. actually, the feature doesn't look good on the default skin since i moved to this build, but it's usable.

thanks again. gorgeous!
Reply
#21
any chance of a 720p or 1080i version?
it looks beautiful!
Reply
#22
(anomaly @ june 10 2005,06:19 Wrote:any chance of a 720p or 1080i version?
it looks beautiful!
i cannot do the versions for that you ask me, since i do not have tv of these characteristics to try the skin.
Reply
#23
anyone want to add matching xbmcmythtv script screens?

or, can anyone guess why i get an error running the xbmcmythtv script from this screen? i get an error dialog:
error: argument 5 must be a string, not none

the script has skin files for mayhem i/ii/iii. i knew it didn't have antiguo, but i was hoping it would default to one of the ones it did have.

is this reasonable or naiive? i don't really understand the relationship between scripts and skins.

lb
Reply
#24
(lazyboy @ june 11 2005,16:51 Wrote:or, can anyone guess why i get an error running the xbmcmythtv script from this screen? i get an error dialog:
error: argument 5 must be a string, not none

the script has skin files for mayhem i/ii/iii. i knew it didn't have antiguo, but i was hoping it would default to one of the ones it did have.
:nuts:
never mind.
the easy work around was to copy/rename an xbmcmythtv skin directory.
duh.
Reply
#25
updated to the latest features of xbmc, so you need always the latest xbmc build (11-07-2005).

download: http://www.xbox-skins.net/forums....id=3999

leonardo
Reply
#26
woot!!, awesome stuff, thanks m8
Reply

Logout Mark Read Team Forum Stats Members Help
Antiguo, new skin for XBMC!0