updated the changelog
[simple-xmbc-rem] / www / mainwindow.html
1
2
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
6 <html xmlns="http://www.w3.org/1999/xhtml">
7   <head>
8     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
9     
10     <title>Main Window &mdash; Simple XBMC Remote v0.8.3 documentation</title>
11     <link rel="stylesheet" href="_static/default.css" type="text/css" />
12     <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
13     <script type="text/javascript">
14       var DOCUMENTATION_OPTIONS = {
15         URL_ROOT:    '',
16         VERSION:     '0.8.3',
17         COLLAPSE_INDEX: false,
18         FILE_SUFFIX: '.html',
19         HAS_SOURCE:  true
20       };
21     </script>
22     <script type="text/javascript" src="_static/jquery.js"></script>
23     <script type="text/javascript" src="_static/underscore.js"></script>
24     <script type="text/javascript" src="_static/doctools.js"></script>
25     <link rel="top" title="Simple XBMC Remote v0.8.3 documentation" href="index.html" />
26     <link rel="next" title="Setup Dialog" href="setupdialog.html" />
27     <link rel="prev" title="Welcome to Simple XBMC Remote" href="index.html" /> 
28   </head>
29   <body>
30     <div class="related">
31       <h3>Navigation</h3>
32       <ul>
33         <li class="right" style="margin-right: 10px">
34           <a href="genindex.html" title="General Index"
35              accesskey="I">index</a></li>
36         <li class="right" >
37           <a href="setupdialog.html" title="Setup Dialog"
38              accesskey="N">next</a> |</li>
39         <li class="right" >
40           <a href="index.html" title="Welcome to Simple XBMC Remote"
41              accesskey="P">previous</a> |</li>
42         <li><a href="index.html">Simple XBMC Remote v0.8.3 documentation</a> &raquo;</li> 
43       </ul>
44     </div>  
45
46     <div class="document">
47       <div class="documentwrapper">
48         <div class="bodywrapper">
49           <div class="body">
50             
51   <div class="section" id="main-window">
52 <h1>Main Window<a class="headerlink" href="#main-window" title="Permalink to this headline">¶</a></h1>
53 <p>This is the main window of <em>Simple XBMC Remote</em>. Please refer to <a class="reference internal" href="setupdialog.html"><em>Setup Dialog</em></a> for how to
54 configure <em>Simple XBMC Remote</em>.</p>
55 <a class="reference external image-reference" href="_images/simplexbmcremote-0.8.2.png"><img alt="_images/simplexbmcremote-0.8.2.png" class="align-center" src="_images/simplexbmcremote-0.8.2.png" style="height: 400px;" /></a>
56 <div class="section" id="buttons">
57 <h2>Buttons<a class="headerlink" href="#buttons" title="Permalink to this headline">¶</a></h2>
58 <table border="1" class="docutils">
59 <colgroup>
60 <col width="58%" />
61 <col width="42%" />
62 </colgroup>
63 <tbody valign="top">
64 <tr><td>Button</td>
65 <td>Action</td>
66 </tr>
67 <tr><td><img alt="_images/btn_next_subtitle.png" class="first last" src="_images/btn_next_subtitle.png" style="height: 32px;" />
68 </td>
69 <td>select next subtitle
70 (if available)</td>
71 </tr>
72 <tr><td><img alt="_images/btn_next_language.png" class="first last" src="_images/btn_next_language.png" style="height: 32px;" />
73 </td>
74 <td>select next language
75 (if available)</td>
76 </tr>
77 <tr><td><img alt="_images/btn_gui.png" class="first last" src="_images/btn_gui.png" style="height: 32px;" />
78 </td>
79 <td>show/hide the gui (like
80 pressing the <strong>TAB</strong> key)</td>
81 </tr>
82 <tr><td><img alt="_images/btn_context_menu.png" class="first last" src="_images/btn_context_menu.png" style="height: 32px;" />
83 </td>
84 <td>show the context menu (like
85 pressing the <strong>C</strong> key)</td>
86 </tr>
87 <tr><td><img alt="_images/btn_esc.png" class="first last" src="_images/btn_esc.png" style="height: 32px;" />
88 </td>
89 <td>send <strong>ESC</strong> key (use it to get
90 to the main menu, for example)</td>
91 </tr>
92 <tr><td><img alt="_images/btn_volume_up.png" class="first last" src="_images/btn_volume_up.png" style="height: 32px;" />
93 </td>
94 <td>increase the volume</td>
95 </tr>
96 <tr><td><img alt="_images/btn_volume_down.png" class="first last" src="_images/btn_volume_down.png" style="height: 32px;" />
97 </td>
98 <td>reduce the volume</td>
99 </tr>
100 <tr><td><img alt="_images/btn_mute.png" class="first last" src="_images/btn_mute.png" style="height: 32px;" />
101 </td>
102 <td>mute audio</td>
103 </tr>
104 <tr><td><img alt="_images/btn_up.png" class="first last" src="_images/btn_up.png" style="height: 32px;" />
105 </td>
106 <td><ul class="first last simple">
107 <li>move up</li>
108 <li>skip more forward</li>
109 </ul>
110 </td>
111 </tr>
112 <tr><td><img alt="_images/btn_down.png" class="first last" src="_images/btn_down.png" style="height: 32px;" />
113 </td>
114 <td><ul class="first last simple">
115 <li>move down</li>
116 <li>skip more backward</li>
117 </ul>
118 </td>
119 </tr>
120 <tr><td><img alt="_images/btn_left.png" class="first last" src="_images/btn_left.png" style="height: 32px;" />
121 </td>
122 <td><ul class="first last simple">
123 <li>move left</li>
124 <li>skip backward</li>
125 </ul>
126 </td>
127 </tr>
128 <tr><td><img alt="_images/btn_right.png" class="first last" src="_images/btn_right.png" style="height: 32px;" />
129 </td>
130 <td><ul class="first last simple">
131 <li>move right</li>
132 <li>skip forward</li>
133 </ul>
134 </td>
135 </tr>
136 <tr><td><img alt="_images/btn_play_pause.png" class="first last" src="_images/btn_play_pause.png" style="height: 32px;" />
137 </td>
138 <td>play/pause the current item</td>
139 </tr>
140 <tr><td><img alt="_images/btn_stop.png" class="first last" src="_images/btn_stop.png" style="height: 32px;" />
141 </td>
142 <td>stop playing</td>
143 </tr>
144 <tr><td><img alt="_images/btn_enter.png" class="first last" src="_images/btn_enter.png" style="height: 32px;" />
145 </td>
146 <td>select the current item (use to
147 change directories, start a movie,
148 etc.)</td>
149 </tr>
150 </tbody>
151 </table>
152 </div>
153 </div>
154
155
156           </div>
157         </div>
158       </div>
159       <div class="sphinxsidebar">
160         <div class="sphinxsidebarwrapper">
161   <h3><a href="index.html">Table Of Contents</a></h3>
162   <ul>
163 <li><a class="reference internal" href="#">Main Window</a><ul>
164 <li><a class="reference internal" href="#buttons">Buttons</a></li>
165 </ul>
166 </li>
167 </ul>
168
169   <h4>Previous topic</h4>
170   <p class="topless"><a href="index.html"
171                         title="previous chapter">Welcome to <em>Simple XBMC Remote</em></a></p>
172   <h4>Next topic</h4>
173   <p class="topless"><a href="setupdialog.html"
174                         title="next chapter">Setup Dialog</a></p>
175   <h3>This Page</h3>
176   <ul class="this-page-menu">
177     <li><a href="_sources/mainwindow.txt"
178            rel="nofollow">Show Source</a></li>
179   </ul>
180 <div id="searchbox" style="display: none">
181   <h3>Quick search</h3>
182     <form class="search" action="search.html" method="get">
183       <input type="text" name="q" size="18" />
184       <input type="submit" value="Go" />
185       <input type="hidden" name="check_keywords" value="yes" />
186       <input type="hidden" name="area" value="default" />
187     </form>
188     <p class="searchtip" style="font-size: 90%">
189     Enter search terms or a module, class or function name.
190     </p>
191 </div>
192 <script type="text/javascript">$('#searchbox').show(0);</script>
193         </div>
194       </div>
195       <div class="clearer"></div>
196     </div>
197     <div class="related">
198       <h3>Navigation</h3>
199       <ul>
200         <li class="right" style="margin-right: 10px">
201           <a href="genindex.html" title="General Index"
202              >index</a></li>
203         <li class="right" >
204           <a href="setupdialog.html" title="Setup Dialog"
205              >next</a> |</li>
206         <li class="right" >
207           <a href="index.html" title="Welcome to Simple XBMC Remote"
208              >previous</a> |</li>
209         <li><a href="index.html">Simple XBMC Remote v0.8.3 documentation</a> &raquo;</li> 
210       </ul>
211     </div>
212     <div class="footer">
213         &copy; Copyright 2011, Ionutz Borcoman.
214       Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
215     </div>
216   </body>
217 </html>